
########################################################################

ASP Admin v1.00 
Copyright (C) 2006  John Horvath

    This program is free software; you can redistribute it under the
    terms of the GNU General Public License as published by the Free
    Software Foundation; either version 2 of the License, or (at your
    option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

If you have any questions, comments, suggestions, or a bug to
report, then zap me an e-mail at <jhorv@canada.com>.

########################################################################

ASP Admin is a simple script to quickly set up a working administration
module for your Access database online. Only one table can be handled by
the script, however those wit a little programming knowledge can easily
make multiple copies of the config file in order to handle to multiple
tables, even multiple databases.

All you need to do is edit the config.dat file to your specifications
and add a table to your database called Settings. This table should
contain the following fields: ID, Admin_ID, Password which should have
the following attributes: Autonumber, Text, Text. Once the config.dat
has been set to your needs, just upload everything to your site under a
separate directory (e.g., admin) and that's it.

A sample database has been included as an example of this script. Just
upload everything as it is into an empty directory and run the
default.asp file.

This script works with Access databases from Office97 and higher.


Sample admin details
--------------------
Name: admin
Password: admin


Have fun!

--------------------------------------------------------------------------
VERSION HISTORY

Version 1.0.0   First release of the script
01-02-2006


--------------------------------------------------------------------------
########################################################################

