OCILIB开源的C/C++ Oracle驱动

OCILIB是一个开源的、跨平台的Oracle驱动,可以高效的操作Oracle数据库。

OCILIB库:

- 提供丰富的、全特性的、容易使用的API

- 运行在所有的Oracle平台

- 使用标准的ISO C99代码编写,使用原始的ISO C unicode支持

- 非常高效

- 对OCI(Oracle Call Interface) Orcale调用接口的封装

- 对oci最完整的封装

[网站](http://vrogier.github.io/ocilib/)

[源码](https://github.com/vrogier/ocilib)

OCILIB是Vincent Rogier开发,

 

Welcome to OCILIB - C and C++ Driver for Oracle website !

OCILIB is an open source and cross platform Oracle Driver that delivers efficient access to Oracle databases.

The OCILIB library :

  • offers a rich, full featured and easy to use API
  • runs on all Oracle platforms
  • is written in pure ISO C99 code with native ISO C Unicode support
  • provides also a C++ API written in standard C++03
  • Enables high productivity
  • encapsulates OCI (Oracle Call Interface)
  • is the most complete available OCI wrapper

OCILIB is developed by Vincent Rogier. Get the latest package, install and enjoy it !

原文地址:https://www.cnblogs.com/jiftle/p/6576006.html