Page 1 of 1

working with transactions

Posted: Fri 04 Sep 2009 07:14
by jkuiper
Maybe a silly queston, but when do you start an transaction?
Before opening the table or only by editing /inserting.

Posted: Fri 04 Sep 2009 09:48
by Dimon
If you don't use transactions obviously by calling the StartTransaction method, then we don't start a transaction obviously either. In this case MySQL server uses an implicit transaction and data are commited automatically.