
dbforms.cgi - Forms interface to DbFramework databases

http://foo/cgi_bin/dbforms.cgi?db=foo&db_dsn=mysql:database=foo&c_dsn=mysql:database=dbframework_catalog

dbforms.cgi presents a simple HTML forms interface to any database configured to work with DbFramework. The database must have the appropriate catalog entries in the catalog database before it will work with this script (see "The Catalog" in DbFramework::Catalog.)
The following arguments are supported in the query string. Mandatory arguments are shown in bold.
The name of the database.
The portion of the DBI DSN after 'DBI:' to be used to connect to the database e.g. 'mysql:database=foo'.
The portion of the DBI DSN after 'DBI:' to be used to connect to the catalog database e.g. 'mysql:database=dbframework_catalog'.
The host on which the database is located (default = 'localhost'.)


Paul Sharpe <paul@miraclefish.com>

Copyright (c) 1999 Paul Sharpe. England. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.