APPLICATION NAME: ClickQuery! VERSION: 20010601 COPYRIGHT: Copyright (c) 2000, 2001 Leo P. Wiedersheim, Jr. DBA ClickTech 11 Robbern Road Hopkinton, MA 01748 USA All Rights Reserved - World Wide EMAIL: leo@clicktech.com WEB: http://www.ClickTech.com DESCRIPTION: A fully functional Active Server Pages (ASP) database utility application. Easily incorporated into any exisiting web site that supports ASP. * Does NOT require server based components (COM Objects). * Includes all source code and a sample Microsoft Access database file. * All ASP code is fully documented in-line with comments. * Runs "out of the box". * Can easily be modified (if desired) by anyone comfortable with HTML and ASP. * Can easily be used with Microsoft FrontPage web sites. INSTALLATION: To use with the included sample Access database file: *Create a directory in your site for ClickQuery! (e.g., "http://www.yoursite.com/query/") *Ask your web server administrator to mark this directory as an "application" using the IIS Microsoft Management Console (MMC) with Script Permissions and Read/Write Access Permissions. *Unzip the clickquery.zip file *Copy the unziped files to your new web site directory To use on your existing database, take the following steps: *Unzip the clickquery.zip file *Copy the unziped files to your web site directory *Open the query.asp file and update the following line in that file: vConString = "DBQ=" & Server.MapPath("includes/ClickQuery.mdb") *It should read something like so: vConString = "DBQ=" & Server.MapPath("your_full_path/your_database_name.mdb") *Make sure your database directory is marked as an "application" with Script Permissions and Read/Write Access Permissions. SUPPORT: Email support is available 24 hours a day and all messages are responded to within 24 hours. Go to http://www.clicktech.com/contact.asp to create your message FILES: -includes/adovbs.inc (ADO constants include file for VBScript) -includes/ClickQuery.mdb (The Microsoft Access database file including 1715 quotes) -global.asa (Not used) -query.asp (Captures SQL Statement, Processes SQL Statment, Displays Query Results.) OTHER APPLICATIONS BY CLICKTECH! -ClickQuery! -ClickAuction! -ClickCart! -ClickClassifieds! -ClickSurvey! COPYRIGHT: Copyright (c) 2000, 2001 Leo P. Wiedersheim, Jr. DBA ClickTech 11 Robbern Road Hopkinton, MA 01748 USA All Rights Reserved - World Wide EMAIL: leo@clicktech.com WEB: http://www.ClickTech.com