How to turn on/off the autocommit in the tool?

[expired user #9659]'s profile image [expired user #9659] posted 8 years ago in General Permalink

How to turn on/off the autocommit feature in the tool?

[expired user #9663]'s profile image [expired user #9663] posted 8 years ago Permalink

I have a snippet that I use to do this.

set autocommit =0;

-- statements

COMMIT;

set autocommit = 1;

Please login to leave a reply, or register at first.