msado15.dll

From: brckcc (brckcc_at_newsgroup.nospam)
Date: 02/17/05


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.


Relevant Pages

  • Re: How to see replies here?
    ... interface, like Microsoft's CDO interface, well, they deserve what they ... where non-alphabetic characters might get misunderstood to be wildcard ... So I searched Google Groups on "Vanguardx" ... I figure Vanguardx is close enough to Vanguard so as ...
    (microsoft.public.internet.mail)
  • Re: Does anyone have experience interfacing a LCD display module to a cFP unit?
    ... I'm assuming if its 8-bit parallel it is probably an HD44780 interface. ... Those are quite common for small character-based LCD screens. ... There are plenty of so-called "backpack" ... see them on-screen (along with special characters to do certain actions). ...
    (comp.lang.labview)
  • Re: VB6 code analyze tool
    ... >> characters double the availablity of names. ... Consider a real boon at the ... CJunk cJunk ... with an 'interface'. ...
    (microsoft.public.vb.general.discussion)
  • Re: Question about active directory group names
    ... > Anne Onimos ... the max. characters is 64 ... Posted using the http://www.windowsforumz.com interface, at author's request ...
    (microsoft.public.win2000.active_directory)
  • Re: python coding contest
    ... > characters. ... Technically it changes the interface of the function, ... > it's a little bogus, ... Prev by Date: ...
    (comp.lang.python)