ODBCException Class

The ODBCException class is the transient-only class that defines the behavior for exceptions that occur as a result of ODBC communications.

All unexpected exceptions returned by the ODBC interface are reported with the error code of 8000. The nativeError and state properties, together with the extendedErrorText property of the Exception class, are used to describe the exception in more detail. Errors specific to the JADE query engine itself result in error codes in the range 8001 through 8256.

For details about the properties and method defined in the ODBCException class, see "ODBCException Properties" and "ODBCException Method", in the following subsections.

NormalException

(None)