Tomas Hajny fb84d5a45e * version 2.0.5 19 vuotta sitten
..
example 230211ffa4 Merged revisions 4255 via svnmerge from 19 vuotta sitten
Makefile fb84d5a45e * version 2.0.5 19 vuotta sitten
Makefile.fpc fb84d5a45e * version 2.0.5 19 vuotta sitten
README ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
nzerror.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
nzt.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
oci.inc 6af0ccfdbd Merged revisions 4000,4002,4007-4010 via svnmerge from 19 vuotta sitten
oci.pp ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
oci1.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
ociap.inc 230211ffa4 Merged revisions 4255 via svnmerge from 19 vuotta sitten
ocidfn.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
ocidyn.pp ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
oraoci.pp b409904e44 Merged revisions 42 via svnmerge from 20 vuotta sitten
oratypes.pp 6af0ccfdbd Merged revisions 4000,4002,4007-4010 via svnmerge from 19 vuotta sitten
orl.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
oro_implementation.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten
oro_interface.inc 6af0ccfdbd Merged revisions 4000,4002,4007-4010 via svnmerge from 19 vuotta sitten
ort.inc ac6cf592e9 Merged revisions 2493-2494,2503-2504,2512,2540 via svnmerge from 19 vuotta sitten

README

These units provides interface to Oracle Call Interface.

For the older 'oraoci' unit to compile you need oracle
server installed, these units was tested and performed
on Oracle 8.0.1.5 Standard server. One developer license
of Oracle server is free of charge...

Unit oraclew contains some procedures and functions,
which makes usage of oraoci not so painfull... But -
if you wanna to program in RAW OCI, you really can ;)

The oci and ocidyn units are a complete conversion from
Oracle's .h files. The former links statically to the
library, the latter dynamically.

You need to have oracle lib directory in ldpath, too,
or you can this path set in Makefile.fpc (is commented
there)

Joost van der Sluis,
[email protected]