Element
|
Meaning
|
---|---|
vendor_identifier
|
Identifies the vendor of the component in which the error occurred or that received the error directly from the data source.
|
ODBC_component_identifier
|
Identifies the component in which the error occurred or that received the error directly from the data source.
|
data_source_identifier
|
Identifies the data source. For single-tier drivers, this is typically a file format. For multiple-tier drivers, this is the DBMS product.
|
component_supplied_text
|
Generated by the ODBC component.
|
data_source_supplied_text
|
Generated by the data source.
|
SQLSTATE
|
Error message
|
---|---|
01000
|
General warning
|
01S00
|
Invalid connection string attribute
|
08001
|
Client unable to establish connection
|
Class value
|
Meaning
|
---|---|
01
|
Indicates a warning and includes a return code of SQL_SUCCESS_WITH_INFO.
Error class 01 returns both warnings and errors.
|
01, 07, 08, 21, 22, 23, 24, 25, 28, 34, 3C, 3D, 3F, 40, 42, 44, HY
|
Indicates an error that includes a return value of SQL_ERROR.
Error class 01 returns both warnings and errors.
|
IM
|
Indicates warning and errors that are derived from ODBC.
|