MDAC 2.5 SDK - OLE DB Programmer's Reference
OLE DB Interfaces
ISQLErrorInfo is used to return the SQLSTATE and native error code.
Providers for SQL databases can implement ISQLErrorInfo on custom error objects returned with the OLE DB error object.
Consumers call the methods on ISQLErrorInfo to retrieve the SQLSTATE and native error code. To retrieve a custom error object, a consumer calls IErrorRecords::GetCustomErrorObject.
Method | Description |
GetSQLInfo | Returns the SQLSTATE and native error code associated with an error. |