Firebird - handling exception's custom-message [duplicate]
问题 This question already has answers here : In FirebirdSql, how to return exception message from procedure (2 answers) Closed 2 years ago . I am using Firebird 2.5. I'm trying to handle user defined exception custom message in a stored procedure. I have two procedures. The first one raise exception with additional information (custom exception message). The second one selects data from the first one and it is trying to handle the exception. I have problem with reading the custom message of the