|
|
Transaction and Exceptions Handling in ASP.NET |
|
|
Eric Zheng |
|
|
ASP.NET / Database Tools |
|
|
Click to Visit |
|
|
56 |
Transaction and Exceptions Handling in ASP.NET is an interesting tutorial which helps you to gather more details regarding how to complete the transaction, undo the transaction , and sending error messages if the transaction fails. A transaction is a sequence of operations done as a single logical unit of work. In this tutorial the author defines a stored procedure which shows you how to commit and rollback the transactions.
|