CManualAccessor::CreateAccessor()
- From: "Thomas Hein" <thomas.hein@%nospam%inform-ac.com>
- Date: Thu, 15 Dec 2005 09:00:24 +0100
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
.
- Prev by Date: HELP - DST woes when trying to return OLEDB Dates to a Java Client
- Next by Date: How to read different data types
- Previous by thread: HELP - DST woes when trying to return OLEDB Dates to a Java Client
- Next by thread: How to read different data types
- Index(es):
Loading