Hi All,
What happens if we forget to call TransactionScope.Complete() when implementing a transaction with a using construct?
Regards
Rawnjna
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
CrishPosted May 13, 2010, 1:53 AM
Once you started Transaction and maintain it for inserting or updating records you must be Rollback/Cancel or Commit the Transaction after completing transaction else may possible your database going on loop for completing this transaction.