Re: SetFieldValue returns error in Vista SP1
- From: "Yuri Martsynovskyy" <silver_captain@xxxxxxxxxxxxxx>
- Date: Thu, 28 Feb 2008 17:45:08 -0800
Resolved.
The problem was that program is non-unicode, but text Variants were treated as Unicode strings.
Need to convert string variants using V_BSTR according to:
http://support.microsoft.com/kb/140599/EN-US/
http://support.microsoft.com/kb/140599/EN-US/
.
- Prev by Date: Re: OleDbCommandBuilder insert query will not work? dataset to Access
- Previous by thread: OleDbCommandBuilder insert query will not work? dataset to Access
- Index(es):