3
Answers

In C# using BeginTransaction,CommitTransaction and Rollback

Photo of Logesh Kumar

Logesh Kumar

6y
817
1
In SQL Using Stored Procedure (Begin,Commit,Rollback Transaction)
 
In C# ,Not using Procedure only sql query using the same process begin transaction,commit Transaction and Rollback Transaction how to perform
 
---Examples code... 

Answers (3)