|
-
Feb 15th, 2000, 08:06 AM
#1
Thread Starter
New Member
I'm trying to use the Like operator in SQL Sentece, but it doesn't work, it doesn't found the data. I'm using the following instructions:
strSearch= "SELECT Code, Name FROM Employees WHERE Name Like 'C*'"
ADOrs.Open strSearch, db, adOpenStatic, adLockOptimistic
I'd tried this same instruction in ACCESS 97 and it works fine.
Why in VB6 doesn't work?
Thanks for your time.
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
|