|
|
1-6 of 6 ASP Databases > Searches sites are shown.
|
|
With just one ASP page, this script allows you to dynamically search a column in a table using a string comparison. This one script can be used over and over due to its dynamic nature!
|
|
|
|
|
|
|
Search a table in a database that contains SOP titles and is multi-word capable. It will also display the results as hyperlinks to htm files containing the SOP's.
|
|
|
|
|
|
|
A simple search utility designed to show you the basics behind doing a simple database search using ASP.
|
|
|
|
|
|
|
Upon the first search two radio buttons will appear indicating a search (default) or a search within the current results. Searching within the current results will take the first search and add it to the new search and so on.
|
|
|
|
|
|
|
I'm always getting requests for a sample of how to search a DB for certain records. It's really no different then doing any other query except that you need to use wildcards...
|
|
|
|
|
|
|
In this article we will see on how to search the database for a group of records. I will use some very useful Recordset object properties; Filter and Sort.
|
|
|
|
|
|