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
For details about the properties and method defined in the ODBCException class, see "ODBCException Properties" and "ODBCException Method", in the following subsections.
(None)