다음을 통해 공유


CDBErrorInfo Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CDBErrorInfo Class.

Provides support for OLE DB error processing using the OLE DB IErrorRecords interface.

Syntax

class CDBErrorInfo  

Members

Methods

GetAllErrorInfo Returns all error information contained in an error record.
GetBasicErrorInfo Calls IErrorRecords::GetBasicErrorInfo to return basic information about the specified error.
GetCustomErrorObject Calls IErrorRecords::GetCustomErrorObject to return a pointer to an interface on a custom error object.
GetErrorInfo Calls IErrorRecords::GetErrorInfo to return an IErrorInfo interface pointer to the specified record.
GetErrorParameters Calls IErrorRecords::GetErrorParameters to return the error parameters.
GetErrorRecords Gets error records for the specified object.

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

DBViewer
OLE DB Consumer Templates
OLE DB Consumer Templates Reference