| Article: |
iBatis DAO | |
| Subject: | Transactions | |
| Date: | 2005-08-13 08:04:28 | |
| From: | laker2000 | |
|
Sunil, I am curious if it is possible to turn off Transactions. For certain DBs, like SQLServer, autocommit is turned on by default, and you do START TRANS only when you explicitly need one.
|
||
Showing messages 1 through 1 of 1.
-
Transactions
2005-08-16 21:46:43 SunilPatil [View]



iBatis documentation says that you should use External Transaction management(Ex. XML Transaction Manager ) if you dont want transactions.
Sunil