README 659 B

1234567891011121314151617181920
  1. These units provides interface to Oracle Call Interface.
  2. Object workaround (TOraDatabase etc...) is on the way.
  3. Unit oraclew contains some procedures and functions,
  4. which makes usage of oraoci not so painfull... But -
  5. if you wanna to program in RAW OCI, you really can ;)
  6. To compile you need oracle server installed, these units
  7. was tested and performed on Oracle 8.0.1.5 Standard
  8. server. One developer license of Oracle server is free
  9. of charge...
  10. You need to have oracle lib directory in ldpath, too,
  11. or you can this path set in Makefile.fpc (is commented
  12. there)
  13. After all this, run 'make examples' and enjoy!
  14. Pavel Stingl
  15. [email protected]