P
Peter Kirk
Hi there
when working with database connections in C# is there a concept of "auto
commit"?
For instance, if I obtain a database connection in java I can set the
auto-commit state to true or false. Is there something similar in C#, or how
do I handle this - do I always have to start and end transactions and commit
database updates myself?
Thanks
Peter
when working with database connections in C# is there a concept of "auto
commit"?
For instance, if I obtain a database connection in java I can set the
auto-commit state to true or false. Is there something similar in C#, or how
do I handle this - do I always have to start and end transactions and commit
database updates myself?
Thanks
Peter