$Id: README,v 1.3 2001/12/05 13:44:48 ach Exp $

If an example makes use of database interaction a sql ddl-file
can be found. Apart from its extension .sql it is named just like 
the example file.
This ddl-file carries the SQL statements to create the tables needed by
the example. The ddl-file can be piped into the Database using an existing 
database account with the following commands:

  mysql:     $ cat <file.sql> | mysql -u <username> -p<password> <database>

  postgresl: $ cat <file.sql> | psql -U <username> <database>

  (Please refer to the appropriate documentation for other databases.)

Theses database examples additionally require the include file apl_config.php
where the database information is stored. Please adjust this file for your
needs.
