msado15.dll
From: brckcc (brckcc_at_newsgroup.nospam)
Date: 02/17/05
- Next message: Jose Samson: "Excel + ADO + INSERT HYPERLINKS"
- Previous message: Stephen Howe: "Re: Convert CString to string"
- Next in thread: Stephen Howe: "Re: msado15.dll"
- Reply: Stephen Howe: "Re: msado15.dll"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Feb 2005 10:37:04 -0800
I'm having troubles using the C++ interface to ADO via the _RecordSetPtr
interface. I'm modifying my application to handle double-byte characters. I
can get the written to the .mdb file and I can scan for the records, but when
I use Seek() - see below, using a double-byte character field, it won't
return the record. When I use sing-byte strings everything works fine.
Is this a defect in the msado15.dll? Is there a fix? I'm using the
2.70.7430.0 version.
Here's the code from msado15.tli:
inline HRESULT Recordset21::Seek ( const _variant_t & KeyValues, enum
SeekEnum SeekOption ) {
HRESULT _hr = raw_Seek(KeyValues, SeekOption);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
-- Bruce R.
- Next message: Jose Samson: "Excel + ADO + INSERT HYPERLINKS"
- Previous message: Stephen Howe: "Re: Convert CString to string"
- Next in thread: Stephen Howe: "Re: msado15.dll"
- Reply: Stephen Howe: "Re: msado15.dll"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|