Contents|Index|Previous|Next
Status Records
The fields in the status records contain information about specific errors or
warnings returned by the Driver Manager, driver, or data source, including the
SQLSTATE, native error number, diagnostic message, column number, and row
number. Status records can be created only if the function returns SQL_ERROR,
SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, SQL_NEED_DATA, or SQL_STILL_EXECUTING. For a
complete list of fields in the status records, see the SQLGetDiagField function description.