CDBErrorInfo Class
Provides support for OLE DB error processing using the OLE DB IErrorRecords interface.
class CDBErrorInfo
Заметки
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.
Требования
Header: atldbcli.h
См. также
Основные понятия
DBViewer Sample: Database Browser