|
-
Jun 14th, 2000, 10:11 PM
#1
The Like Command
In your Like call you need to use wildcards.
Such as "txt1 like '*" & textbox & "*'"
-
Jun 15th, 2000, 03:55 PM
#2
New Member
Actually I'm also facing this problem...
and but my problem is ...
i already included the wildcards
SQLString = "SELECT * FROM Main WHERE Name LIKE ('*John*')"
but it still cannot work with ado dc ..
btw, I using access2000 and the ado dc is bound to a datagrid.
-
Jun 15th, 2000, 04:42 PM
#3
Addicted Member
ADO...
Not an expert with ADO however I do beleive that the wildcard character is a '%' not a '*' .
-
Jun 15th, 2000, 11:30 PM
#4
Frenzied Member
The wildcard depends on if the the DBMS is ANSI standard...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|