Oracle

From Lazarus wiki
Revision as of 15:46, 16 February 2009 by Marcov (talk | contribs) (New page: == Introduction to Oracle server interface == The oracle server interface exists of one unit, '''oraoci''', which is a straight translation of the oracle interface header files. There a...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction to Oracle server interface

The oracle server interface exists of one unit, oraoci, which is a straight translation of the oracle interface header files.

There are 2 example programs:

  • oraclew contains some utility routines for the oracle interface, for easier management of result sets. Needs the classes unit from the FCL.
  • test01 a simple test program to demonstrate the interface.

Go to back Packages List