Link to home
Create AccountLog in
Avatar of mativare
mativare

asked on

* in LIKE clause

 WHERE [Name] LIKE 'S*'   works in my Access 2000 database
in VB6 + ADO 2.1 it returns empty recordset, but if I modifie SQL to
WHERE [Name] LIKE 'SecurID' it works fine
what is the issue with * over here
Sincerely,
Matt
ASKER CERTIFIED SOLUTION
Avatar of Marine
Marine

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of woottond
woottond

I agree % is the db wild card of choice
* is used less frequently - and "Thats my final answer Regis"
;)
ché
wootton

(sorry - it had to be said)