MySQL Forums
Forum List  »  Stored Procedures

Rollback without exception
Posted by: Pablo Bocchio
Date: September 08, 2011 11:34AM

Hi, I have this problem. I created a stored procedure whitn START TRANSACTION and a handle : DECLARE EXIT HANDLER FOR SQLEXCEPTION, SQLWARNING, NOT FOUND ROLLBACK;
It works fine, but when same exception happend, it do ROLLBACK correctly but no exception return to my application. My application is made in C#.
Can someone help me?

Options: ReplyQuote


Subject
Views
Written By
Posted
Rollback without exception
2593
September 08, 2011 11:34AM
847
September 08, 2011 01:22PM
964
September 08, 2011 04:06PM
860
September 08, 2011 06:27PM


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.