博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OCILIB开源的C/C++ Oracle驱动
阅读量:7008 次
发布时间:2019-06-28

本文共 864 字,大约阅读时间需要 2 分钟。

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 . Get the latest package, install and enjoy it !

转载地址:http://isjtl.baihongyu.com/

你可能感兴趣的文章