DBD::InterBase -- DBI driver for Firebird and InterBase RDBMS server.
$Id: README 360 2005-09-12 03:25:30Z edpratomo $
Copyright (c) 1999-2005 Edwin Pratomo Portions Copyright (c) 2001-2005 Daniel Ritz
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.
PLEASE READ THE ENTIRE README FILE CAREFULLY !
WARNING: THIS IS BETA SOFTWARE. Your mileage may vary.
In order to compile with Borland compiler you need pmake: http://www.cpan.org/authors/id/NI-S/Make-1.00.tar.gz dmake would work too (building) but has problems creating PPD file http://www.cpan.org/authors/id/GSAR/dmake-4.1pl1-win32.zip
BEFORE BUILDING, TESTING AND INSTALLING this you will need to:
Win32 with MS compiler: type 'nmake', not just 'make'
To Configure and build the DBD: perl Makefile.PL (when asked to specify a test database, please specify a non-existing file) make
TESTING
make test
make install (if the tests look okay)