Hits Today: 4 Total: 35173 | Updated: 3/31/2001 | |
 | This sample code answers the call for 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. Here's a quick sample to get you started. Author: unknown Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 20572 | Updated: 4/7/2000 | |
 | This tutorial shows a script, which with just one ASP page, 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. Author: Jerry Wood Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 6081 | Updated: 12/29/2002 | |
 | It's one thing to list your records in ascending or descending order on your web page, but how about letting the user sort your records the way they want? Author: ASPwebpro Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 24019 | Updated: 7/2/2000 | |
 | This tutorial creates a search utility designed to show you the basics behind doing a simple database search using ASP. If you just want to download it, change the data in the Access database, make a DSN called "Employees," and use it....go for it! Author: Glenn Cook Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 21610 | Updated: 4/6/1999 | |
 | It is a simple search utility designed to show you the basics behind doing a simple database search using ASP. If you just want to download it, change the data in the Access database, make a DSN called "Employees," and use it....go for it! Author: ASP Trenches Code: ASP 2.0 & VBScript |
Hits Today: 3 Total: 7049 | Updated: 5/16/2001 | |
 | Code for parsing search strings (AND, OR, NOT, NEAR and quotes) for Microsoft SQL Server and other SQL servers that accept that syntax. Code: ASP 3.0 & VBScript |
Hits Today: 3 Total: 18622 | Updated: 8/17/1999 | |
 | A four part series that demonstrates a complete search engine and portal call "Hooray!" Demonstrates a way to sort and search database tables. Includes an example explanation, complete source code, and a working example. Author: Christopher Miller Code: ASP 2.0 & VBScript | |  | |
Hits Today: 2 Total: 10263 | Updated: 11/29/2002 | |
 | Step by step giving the instruction how to: - browse for table names in any database; - browse for column names in any table any database; - use a variable in query string instead of complicated functions and encoding.
Author: Natalia Babkina Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 9631 | Updated: 5/11/2003 | |
 | This is a small example of how to get input from visitor at your site, search a database, and send them the results.
Author: Chris Pietschmann Code: ASP 3.0 & VBScript |
|