michael e7aca136a1 + Initial import 25 роки тому
..
BUGS.known 80a5033038 + Initial implementation in FCL 25 роки тому
Makefile 8b38902424 * exampleinstall target added 25 роки тому
Makefile.fpc 80a5033038 + Initial implementation in FCL 25 роки тому
README 80a5033038 + Initial implementation in FCL 25 роки тому
interbase.pp e7aca136a1 + Initial import 25 роки тому
mkdb 80a5033038 + Initial implementation in FCL 25 роки тому
testib.pp e7aca136a1 + Initial import 25 роки тому

README

This is first working release of TDatabase and TDataset
implementation for Interbase SQL server.

Compiling the units:

Run 'make; make examples' command, if something goes wrong, look if you have

1) unit ibase60 in compiler path
2) gds.so.0 library in /usr/lib

Command 'sh mkdb' creates testing database in current directory.

Unit interbase.pp was made and tested on Linux, on ib60 server,
I don't know if it's working on other OS platforms or other
versions of IB server.

Unit in these days provides objective connectivity to IB server,
basic SQL statement support. It's still buggy, so volunteers
and contributors are welcome. It supports SQL dialect 1 only
(You cannot use date & time datatypes in tables).

Pavel Stingl
[email protected]