The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
DBD: :Firebird version 1.15
==========================

DBI driver for the Firebird RDBMS server.

License

You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. (http://dev.perl.org/licenses/artistic.html)

Installation

Requirements:

BEFORE BUILDING, TESTING AND INSTALLING this you will need to:

BUILDING: Win32/Win64 with Strawberry type 'dmake' from the console

Win32/Win64 with MS compiler: type 'nmake', not just 'make'

To Configure and build the DBD: perl Makefile.PL make

TESTING To run tests module Test::Exception is required on Debian/Ubuntu systems: sudo apt-get install libtest-exception-perl

Please, set at least DBI_PASS (or ISC_PASSWORD), before 'make test'. The default for DBI_USER is 'SYSDBA'.(masterkey password is given here as example only) ISC_PASSWORD=masterkey make test

INSTALLING: make install (if the tests look okay)