README.txt 722 B

123456789101112131415161718192021
  1. These units provides interface to Oracle Call Interface.
  2. For the older 'oraoci' unit to compile you need oracle
  3. server installed, these units was tested and performed
  4. on Oracle 8.0.1.5 Standard server. One developer license
  5. of Oracle server is free of charge...
  6. Unit oraclew contains some procedures and functions,
  7. which makes usage of oraoci not so painfull... But -
  8. if you wanna to program in RAW OCI, you really can ;)
  9. The oci and ocidyn units are a complete conversion from
  10. Oracle's .h files. The former links statically to the
  11. library, the latter dynamically.
  12. You need to have oracle lib directory in ldpath, too,
  13. or you can this path set in Makefile.fpc (is commented
  14. there)
  15. Joost van der Sluis,
  16. [email protected]