MySQL Forums
Forum List  »  Stored Procedures

Re: how to implement rollback if the stored procedure fails after executing few statements
Posted by: irek kordirko
Date: February 17, 2012 11:46AM

Read documentation first,
here are links to transaction statements and condition handling:
http://dev.mysql.com/doc/refman/5.6/en/condition-handling.html
http://dev.mysql.com/doc/refman/5.6/en/sql-syntax-transactions.html
if you won't get something, ask question.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to implement rollback if the stored procedure fails after executing few statements
1113
February 17, 2012 11:46AM


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.