OCILIB 2.3.0 (Default branch) |
|
|
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 adds support for connection pooling. It adds support for portable threads and mutexes. Lob support has been extended. There are public interface modifications, miscellaneous other modifications, and miscellaneous fixes.
|