How To Maintain Transaction In C#?
Answer Posted / mohit jethva
You need to create object of connection and then create
object of command and then assign a conn.begintransation to
a command object then tran.commit or tran.rollback this way
you can maintain transaction in c#
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is hashtable in c# with example?
We cannot create instances of static classes. Can we have constructors for static classes?
Is type nullable c#?
What does xpath return?
What are the 2 types of data types available in c#?
What is different about switch statements in c#?
What are delegate methods?
HOW to Develope the CRUD(create,read,update,delete) FORM IN WINDOWS form by using c# only
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What does m mean in decimal c#?
What is the difference between paramaterized constructor and copy constructor?
Explain the difference between directcast and ctype.
What is single dimensional array in c#?
Why delegates are required?
Why is static constructor called first?