TED]
Sent: 7/21/04 4: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
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
@@