Sybase Exception Handling Standard
Exception Handlers:
In SQL server the errors are always written to sysmessages table, so no exception can be handled here. The type of access to the SQL server from the front end determines the state of the error and how the error information can be retrieved.
Eg.
a). For ODBC type of access the error messages are [...]

