|
-
Mar 12th, 2000, 10:10 PM
#1
Thread Starter
Lively Member
How can i search for a string in database and then display everything in the recordsets that contained that string using ASP...
-
Mar 12th, 2000, 11:43 PM
#2
Guru
Your SQL statement will look something like this:
"Select * from MyTable where MyField LIKE '%" & MyString & "%'"
I'm assuming you already know how to connect to your DB from ASP...
-
Mar 13th, 2000, 09:03 AM
#3
Thread Starter
Lively Member
Thank you
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
|