The information in this article applies to:
SYMPTOMSReceiving error 3001 using an ADODB.Recordset when the filter string contains '*stringvalue' pattern for the string column even if the operator is '='. CAUSEThe application is using arguments that are of the wrong type, are out of acceptable range, or are in conflict with one another. STATUSThis bug was corrected in ActiveX Data Objects (ADO) version 2.0. MORE INFORMATIONPut_Filter fails if the filter string contains '*stringvalue' pattern for the string column even if the operator is an '='. It should not fail. It acts like the LIKE syntax. Steps to Reproduce Behavior
When you execute this code, you expect it to find the row with the value.
However, this is the output received when you execute the code:
Additional query words:
Keywords : kbADO kbADO150bug kbADO200fix kbDatabase kbGrpVBDB kbGrpMDAC |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |