Oracle Call Interface: Difference between revisions

Content deleted Content added
Boseko (talk | contribs)
OCI-based libraries: Mention ODB in the OCI-based libraries section
moved recently added ODB link after Oracle own products links
Line 14:
Several libraries are based on top of OCI, including:
 
* [[ODB (C++)|ODB]] C++ ORM
* Oracle's [[JDBC driver|Type-II JDBC Driver]] (part-Java, part native)
* Oracle's enhanced [[C++]] [[Library (computing)|library]], [http://www.oracle.com/technology/tech/oci/occi/index.html '''Oracle ''C++'' Call Interface'''] ('''OCCI'''), which provides an [[Object-orientated programming|object-oriented]] interface with the [[object-relational]] features of the Oracle database.
Line 23 ⟶ 22:
* Easysoft's [[ODBC]]-Oracle Driver
* Trolltech's [[Qt (toolkit)|Qt C++ toolkit]] OCI driver (QOCI)
* [[ODB (C++)|ODB]] C++ ORM
 
Due to the complexity of the OCI API, several easier-to-use OCI wrapper libraries also exist, such as: