Description

Returns a string that contains a short description of DBMS error or ODBC driver error. See a manual of DBMS or ODBC driver for details about specific errors. To get an error code, use the ExternalDatabaseError::ErrorCode property. The description format depends on where the error occurs – whether the error occurs in ODBC driver or in DBMS. The error format for ODBC driver:

[<vendor identifier>][<ODBC driver identifier>]<error description>

The error format for DBMS:

[<vendor identifier>][<ODBC driver identifier>][<DBMS identifier>]<error description>

Characters [ and ] are part of error description. The property supports read access only.