|
-
September 29th, 1999, 10:14 AM
#1
Like command
Hi,
I use following SQL-String to get all eMails in my Access Database belonging to the same domain:
sql.Format( "SELECT login, passwort, email FROM Accountdaten WHERE email Like '*%s*'", domain );
But for some reason LIKE doesn't work. Can u tell me where the problem is? I have MDAC SP1 installed.
Thanx in advanced
Karsten
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
|