SQLOLEDB defines the ISQLServerErrorInfo error interface. The interface returns details from a SQL Server error including its severity and state.
| Method | Description |
| GetErrorInfo | Returns a pointer to a SQLOLEDB SSERRORINFO structure containing SQL Server error detail. |
See Also