How can i search a database for a string and then display the recordsets that contained the string i searched for Using ASP?
Printable View
How can i search a database for a string and then display the recordsets that contained the string i searched for Using ASP?
If you look in the MSDN library under the Visual Interdev Documentation topic. You'll find an explanation on how to do that
thank you....