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

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]