CManualAccessor::AddBindEntry
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 CManualAccessor::AddBindEntry.
Adds a bind entry to the output columns.
Syntax
void AddBindEntry(
DBORDINAL nOrdinal,
DBTYPE wType,
DBLENGTH nColumnSize,
void* pData,
void* pLength = NULL,
void* pStatus = NULL
) throw ( );
Parameters
See DBBINDING in the OLE DB Programmer's Reference.
nOrdinal
[in] Column number.
wType
[in] Data type.
nColumnSize
[in] Column size in bytes.
pData
[in] A pointer to the column data stored in the buffer.
pLength
[in] A pointer to the field length, if required.
pStatus
[in] A pointer to the variable to be bound to the column status, if required.
Remarks
To use this function, you must first call CreateAccessor. You cannot add more entries than the number of columns specified in CreateAccessor
.
Requirements
Header: atldbcli.h