
(C) Universal Access Inc., 1995  Henry Minsky  <hqm@ua.com>
      All rights reserved.



    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation.

    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.



MSQL Table Web Browser Interface 

This is a simple web script to examine and modify rows in tables of an
MSQL database.  You should use Netscape or another browser which
supports HTML 3.0 tables.

You can directly access a given database by passing the db_name arg in
the QUERY_ STRING,
i.e. "http://www.your.site/cgi-bin/msqlweb?db_name=test".

This should display a set of HTML tables which correspond to your
database's tables. You can click on a table to examine or modify
records in that table.

Since the script runs as uid 'www' (or whatever your web server's
effective uid is), your database will have to be accessible by
a client running with that uid. 


****************************************************************

WARNING: It has been suggested that when you install the websql
executable as a cgi-bin, that you make sure that you have the
appropriate protection set on your web server for execution of that
script, or else unauthorized people will be able to read or modify
your database using this utility.


