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.
Retrieves data from the current row and places it into the specified buffer.
HRESULT GetDataHere(
int nAccessor,
void* pBuffer
) throw( );
Parameters
nAccessor
[in] The index number of the accessor to use for accessing the data.pBuffer
[out] A buffer into which to place the data for the current record.
Return Value
A standard HRESULT.
Remarks
For an example of how to use this function, see the MultiRead sample.
Requirements
Header: atldbcli.h