SQL Server - Error Codes
SQL Server - Error Codes
Description
The following table lists the SQL error codes. These codes are returned as the
SQLCODE variable. To determine the meaning of an SQLCODE numeric code, use
the following Caché ObjectScript statement:
This method can also be called as a stored procedure from ODBC or JDBC: %
SYSTEM.SQL_SQLCODE(-nnn).