Disable the autocommit

2004-07-21 Thread Terence
According to: http://dev.mysql.com/doc/mysql/en/COMMIT.html With START TRANSACTION, autocommit remains disabled until you end the transaction with COMMIT or ROLLBACK. The autocommit mode then reverts to its previous state. Is there anyway to disable the revert? I don't want to have to SET

RE: Disable the autocommit

2004-07-21 Thread Victor Pendleton
:20 AM Subject: Disable the autocommit According to: http://dev.mysql.com/doc/mysql/en/COMMIT.html With START TRANSACTION, autocommit remains disabled until you end the transaction with COMMIT or ROLLBACK. The autocommit mode then reverts to its previous state. Is there anyway to disable