Difference between revisions of "Oracle"

From Lazarus wiki
Jump to navigationJump to search
m
Line 12: Line 12:
 
Go back to [[Package_List|Packages List]]
 
Go back to [[Package_List|Packages List]]
 
[[Category:FPC]]
 
[[Category:FPC]]
 +
[[Category:Databases]]

Revision as of 12:38, 3 December 2012

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.

OOP access to Oracle

The SQLDB framework supplied with FPC supports accessing Oracle (using TOracleConnection); see Lazarus_Database_Overview#Lazarus_and_Oracle

Go back to Packages List