Saturday, February 25, 2012

CManualAccessor::CreateAccessor()

Hi folks,
MSDN states the CreateAccessor method of class CManualAccessor as follows:
HRESULT CreateAccessor(
int nBindEntries,
void* pBuffer,
DBLENGTH nBufferSize
)
Does anybody know under which circumstances "pBuffer" is used (i. e.
filled)?
Whatever I try, this buffer stays empty. I can pass any kind of variable
(except NULL pointer address), all variables bound later using
"AddBindEntry()" are filled correctly... So - what's this buffer for?!?
Kind regards
ThomasTry the microsoft.public.data.oledb newsgroup.
"Thomas Hein" <thomas.hein@.%nospam%inform-ac.com> wrote in message
news:OYGjvKMAGHA.3928@.tk2msftngp13.phx.gbl...
> Hi folks,
> MSDN states the CreateAccessor method of class CManualAccessor as follows:
> HRESULT CreateAccessor(
> int nBindEntries,
> void* pBuffer,
> DBLENGTH nBufferSize
> )
> Does anybody know under which circumstances "pBuffer" is used (i. e.
> filled)?
> Whatever I try, this buffer stays empty. I can pass any kind of variable
> (except NULL pointer address), all variables bound later using
> "AddBindEntry()" are filled correctly... So - what's this buffer for?!?
> Kind regards
> Thomas
>

No comments:

Post a Comment