fpc/packages/oracle
2023-11-30 23:43:27 +00:00
..
examples human68k: regenerated Makefiles 2023-11-30 23:43:27 +00:00
namespaced * Dotted filenames for package oracle 2023-07-27 19:04:14 +02:00
src * Dotted filenames for package oracle 2023-07-27 19:04:14 +02:00
fpmake.pp * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Makefile * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Makefile.fpc.fpcmake * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
namespaces.lst * Dotted filenames for package oracle 2023-07-27 19:04:14 +02:00
README.txt

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,
joost@cnoc.nl