Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides support for OLE DB error processing using the OLE DB IErrorRecords interface.
class CDBErrorInfo
Remarks
This interface returns one or more error records to the user. Call CDBErrorInfo::GetErrorRecords first, to get a count of error records. Then call one of the access functions, such as CDBErrorInfo::GetAllErrorInfo, to retrieve error information for each record.
Requirements
Header: atldbcli.h
See Also
Tasks
DBViewer Sample: Database Browser
Concepts
OLE DB Consumer Templates (C+)
OLE DB Consumer Templates Reference