Saturday February 16, 2008. 11:17 AM
FreshMeat
OCILIB is a C library for accessing Oracle
databases. It encapsulates OCI (Oracle Call
Interface), a low-level programming interface
provided by Oracle that is a powerful but complex
API. OCILIB is built on top of OCI, hiding its
complexity and providing a simpler, more readable,
and more reusable API.
License: GNU Lesser General Public License (LGPL)
Changes:
This release added Object support, Unicode support for Unixes, national charform support, SYSDBA/SYSOPER session support, extended metadata information support, modified OCI_Long and OCI_Lob API, various modifications, and fixes for various bugs.