Tag Archives: sql transaction

Managing Exceptions & SQL Transactions

Managing Exceptions & SQL Transactions

Posted on03. Mar, 2010 by .

0

A very common approach to managing exceptions that occur while a database transaction is in progress is to simply wrap it in a try catch block and if an exception occurs call Rollback on the transaction.

Continue Reading