The information in this article applies to:
SYMPTOMSWhen using a parameterized query that uses the LIKE keyword with the 2.0 ODBC Desktop drivers, the following error message may appear:
CAUSEThis is a result of a bug in the 2.0 Microsoft 32-bit ODBC Desktop drivers. RESOLUTION
The only option when using the 2.0 desktop drivers is to use the LIKE
keyword without any parameterization. Instead of using the Requery()
function, call the Close() and Open() member functions of the CRecordset
class to make the changes in the query.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in the 32-bit Microsoft ODBC Desktop Drivers version 3.0. Additional query words: 2.00 2.10 2.20 3.00 3.10 3.20
Keywords : kbDatabase kbMFC kbODBC kbVC |
Last Reviewed: January 19, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |