Posts by BugMan • 41 points
1 post
-
4
votes1
answer40
viewsQ: How to rollback the transaction using?
How can I give RollBack() in a transaction initiated in the declaration using? I know I can keep the transaction variable out of the using of SqlConnection, but it is possible RollBack() using the…