Subject Re: [ib-support] Where is the test database?
Author Adam Clarke
> If you are refering to the example databases loaded with firebird they
> are in /opt/interbase/examples. But you'll have to tell me what the DBD
> is.:-). It's some borland database thing isn't it?

Ick no. DBD is the data base driver portion of the Data Base Interface (DBI)
for Perl.

DBI is a core module which abstracts the data base access methods.
DBD::InterBase is the InterBase/Firebird specific driver for it.

Cheers
Adam Clarke