looking for a replacement in MySQL for the SQLERRM and SQLCODE function in Oracle.
Announcement
Announcement Module
Collapse
No announcement yet.
SQLERRM and SQLCODE
Page Title Module
Move
Remove
Collapse
-
Tags: None
-
Since getting the error message through the API in an external language is easy, I'm assuming that what you want is to extract the errors for some sort of error handling within a Stored Program, so I'm going to point you to the DECLARE ... HANDLER page which is the only option that I can think of.
Comment