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
How are methods overloaded?
Is null == null c#?
How do I automate my desktop application?
Why do we use abstract class in c#?
Is it good to use var in c#?
Why static variables are used?
Distinguish between finally and finalize blocks?
What is difference between .net and c#?
Why do we use polymorphism in c#?
What is the meaning of console writeline in c#?
What are the namespace level elements?
Why do I get a security exception when I try to run my c# app?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is a static class in c#?
Define a jagged array in c#?