Firebird 2.5 Language Reference → Firebird 2.5 Language Reference → Exception Codes and Messages |
Table of Contents
This appendix includes:
Custom Exceptions | |
---|---|
Firebird DDL provides a simple syntax for creating custom exceptions for use in PSQL modules, with message text of up to 1,021 characters. For more information, see CREATE EXCEPTION in DDL Statements and, for usage, the statement EXCEPTION in PSQL Statements. |
The Firebird SQLCODE error codes do not correlate with the standards-compliant SQLSTATE codes. SQLCODE has been used for many years and should be considered as deprecated now. Support for SQLCODE is likely to be dropped in a future version.
Firebird 2.5 Language Reference → Firebird 2.5 Language Reference → Exception Codes and Messages |