MySQL Forums
Forum List  »  Perl

Re: AutoCommit issue
Posted by: Rick James
Date: February 07, 2015 08:34PM

Always check for errors after doing any of the db api calls.

Never use autocommit=0; it is too easy to forget to commit; instead use begin() as a reminder that you need a commit().

Options: ReplyQuote


Subject
Written By
Posted
February 05, 2015 08:12PM
Re: AutoCommit issue
February 07, 2015 08:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.