|
How to use transactions in ADO.NET?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET ADO.NET
To guarantee that failing execution of one sql statements in the group of statements rollback
changes made by other successful statements as well, we can use this approach. So in this approach
either all sql statemetns executes successfully or none executes.
|