MySQL Forums
Forum List  »  Newbie

Re: how can i get the error decription like SQLERRM in oracle within a stored procedure
Posted by: Andrew Gilfrin
Date: February 02, 2005 07:55AM

Ralf,

I haven't used mysql_error myself but I will have a go tonight and see what I can come up with for you. An error handling routine was something I have been planning to do for a while so this would be a good starting point.

You may have to use a handler to do what you want if mysql_error doesn't work out. I have done a fair bit of work expanding on the MySQL Stored Procedure section in the MySQL manual at my site http://www.mysqldevelopment.com and I have a section on handlers which may be of help.

Andrew Gilfrin
http://www.mysqldevelopment.com

Options: ReplyQuote


Subject
Written By
Posted
Re: how can i get the error decription like SQLERRM in oracle within a stored procedure
February 02, 2005 07:55AM


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.