Database Sample by Shannon Harmon shannonh@theharmonfamily.com, shannonh@vpcusa.com December 25, 2001 This example shows you how to search a table in an MS Access 2000 (code will work with MS SQL as well) and show the results with paging. Requires an ASP compatible web server, IIS, Personal Webserver, etc... Requires ADO be installed on the machine (http://www.microsoft.com/data/download.htm) Tested with MDAC version 2.7RTM, although all the lower versions of should work. Just copy both the Sample.mdb and the sample.asp files to an ASP Compatible webserver directory and open sample.asp in your browser. You may have to set read/write permissions on the database depending on your operating system. Any questions, feel free to ask, but everything is pretty much commented.