-
Notifications
You must be signed in to change notification settings - Fork 1
pilcrow/perl-dbd-interbase
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
REQUIREMENTS:
- Perl 5.004 installed
- Perl DBI (1.41 and higher)
- Firebird (2.1 and higher)
- A C compiler
* UN*X
GCC 2.95.2 (tested, older may or may not work) or other capable
* Windows
- Strawberry perl comes with it's own compiler (mingw)
- or Microsoft Express VC++ 9.0 (2008)
*BEFORE* BUILDING, TESTING AND INSTALLING this you will need to:
- Build, test and install Perl 5 (at least 5.004).
It is very important to TEST it and INSTALL it!
- Build, test and install the DBI module (at least DBI 1.41).
It is very important to TEST it and INSTALL it!
- Remember to *read* the DBI README file!
- Make sure that Firebird server is running (for testing telnet localhost 3050)
BUILDING:
Win32/Win64 with Strawberry
type 'make' from the console
Win32/Win64 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)
About
Updated DBD::InterBase driver
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published