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
Can a loop recorder detect a heart attack?
What is a derived class in c#?
In which way you can convert a value-type to a reference-type?
Is it possible to inline assembly or il in c# code?
What are the advantages of using delegates in c#?
explain Garbage collector’s functionality on unmanaged code
Explain the role of Garbage collector and its generations?
What is string pool in c#?
Why do we need indexers in c#?
What is difference between constants and read-only?
C# called c sharp why?
What is a generic method?
What are virtual classes in c#?
Is array a collection c#?
Explain how to add controls dynamically to the form using c#.net.