Difference between revisions of "Oracle"

From Free Pascal wiki
Jump to navigationJump to search
(Link to sqldb oracle)
Line 8: Line 8:
  
 
== OOP access to Oracle ==
 
== OOP access to Oracle ==
The SQLDB framework supplied with FPC supports accessing Oracle (using TOracleConnection); see [[Databases]]
+
The SQLDB framework supplied with FPC supports accessing Oracle (using TOracleConnection); see [[Lazarus_Database_Overview#Lazarus_and_Oracle]]
  
 
Go back to [[Package_List|Packages List]]
 
Go back to [[Package_List|Packages List]]
 
[[Category:FPC]]
 
[[Category:FPC]]

Revision as of 12:59, 29 September 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