• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/DBD/InterBase/H08-Jan-2008-429370

t/H08-Jan-2008-5,1263,436

ChangesH A D08-Jan-200810.5 KiB330260

InterBase.hH A D20-May-20071.9 KiB4522

InterBase.pmH A D08-Jan-200836.4 KiB1,383188

InterBase.xsH A D08-Jan-200843.9 KiB1,4231,165

MANIFESTH A D08-Jan-2008722 4847

META.ymlH A D08-Jan-2008302 119

Makefile.PLH A D03-May-202217.2 KiB569448

PatchBCCH A D20-May-20074.2 KiB14765

READMEH A D20-May-20071.9 KiB6944

dbdimp.cH A D03-May-202293.7 KiB2,9632,077

dbdimp.hH A D08-Jan-20089.5 KiB317236

typemapH A D20-May-2007359 2013

README

1DBD::InterBase -- DBI driver for Firebird and InterBase RDBMS server.
2
3   $Id: README 360 2005-09-12 03:25:30Z edpratomo $
4
5   Copyright (c) 1999-2005  Edwin Pratomo
6   Portions Copyright (c) 2001-2005  Daniel Ritz
7
8   You may distribute under the terms of either the GNU General Public
9   License or the Artistic License, as specified in the Perl README file.
10
11   PLEASE READ THE ENTIRE README FILE CAREFULLY !
12
13   WARNING: THIS IS BETA SOFTWARE. Your mileage may vary.
14
15REQUIREMENTS:
16  - Perl 5.004 installed
17  - Perl DBI (1.41 and higher)
18  - Firebird or InterBase
19  - A C compiler
20    * UN*X
21      GCC 2.95.2 (tested, older may or may not work) or other capable
22
23    * Windows
24      - Borland C++ 5.5
25        You can donwload a free copy of BCC55 at
26          ftp://ftpd.borland.com/download/bcppbuilder/freecommandLinetools.exe
27
28        In order to compile with Borland compiler you need pmake:
29          http://www.cpan.org/authors/id/NI-S/Make-1.00.tar.gz
30        dmake would work too (building) but has problems creating PPD file
31          http://www.cpan.org/authors/id/GSAR/dmake-4.1pl1-win32.zip
32
33
34      - or Microsoft VC++ 6.0
35
36
37*BEFORE* BUILDING, TESTING AND INSTALLING this you will need to:
38
39  - Build, test and install Perl 5 (at least 5.004).
40    It is very important to TEST it and INSTALL it!
41
42  - Build, test and install the DBI module (at least DBI 1.41).
43    It is very important to TEST it and INSTALL it!
44
45  - Remember to *read* the DBI README file!
46
47  - Make sure that InterBase/Firebird server is running (for testing)
48
49
50BUILDING:
51  Win32 with Borland C++:
52    type 'pmake' or 'dmake', not just 'make'. before run make:
53      perl PatchBCC
54
55  Win32 with MS compiler:
56    type 'nmake', not just 'make'
57
58
59  To Configure and build the DBD:
60    perl Makefile.PL
61      (when asked to specify a test database, please specify a non-existing file)
62    make
63
64TESTING
65
66  make test
67  make install               (if the tests look okay)
68
69