ISQLErrorInfo

ISQLErrorInfo is used to return the SQLSTATE and native error code.

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.

 

ISQLErrorInfo::GetSQLInfo

Returns the SQLSTATE and native error code associated with an error. This interface not currently supported in this provider.