Database
Declares a method by which access to an arbitrary database table may be defined.
Synopsis
|
Database table_name attribute value
|
Scope
This directive is available for use globally
(in the "interchange.cfg" configuration file),
and locally (in the "catalog.cfg" configuration file).
The global configuration affects all websites running
under the Interchange instance.
Each individual website's local configuration will not affect
or influence other websites in any way.
Description
Interchange can use GDBM_File,
DB_File,
DBI/SQL (various flavours),
LDAP and
MEMORY data sources.
This directive can be used to specify the table type,
along with any attributes required in order for Interchange to connect to,
and make use of,
the table.
See also