zoukankan      html  css  js  c++  java
  • ocilib(简介2)

    OCILIB encapsulates OCI in order to provide optimal reusability of code. It is free (open source - LGPL

    license), rich (about 550 simple functions) and its source code is platform-independent (MS Windows HP/UX, AIX, Solaris, Linux And Mac).

    OCILIB封装OCI为了提供最优的代码的可重用性。它是免费的(开源- LGPL   许可证),丰富(约550简单的函数)和它的源代码是独立于平台的(MS Windows,   惠普/ UX、AIX、Solaris,Linux和Mac)。

     

    OCILIB really boosts productivity of C/C++ database oriented development with its JDBC like API.

    OCILIB确实能够提高生产力的C / c++面向数据库发展的JDBC像API。

     

    OCILIB can combine the performance of C/C++ by proposing a pragmatic interface, easy to use, while

    maintaining richness in functionality. OCILIB is one of the few C/C++ based OCI libraries that provides

    complete Unicode support. An OCILIB application can be compiled either natively in ANSI or Unicode.

    OCILIB可以结合性能的C / c++通过提出一个务实的接口,易于使用,而  保持在功能丰富。OCILIB是为数不多的几个基于C / c++ OCI库,它提供  完整的Unicode支持。一个OCILIB应用程序可以被编译或本地ANSI或Unicode。

     

    Finally, OCILIB source code is 100% ISO C90 (and C99 for full Unicode support) and thus extremely

    portable! OCILIB does not require an Oracle client to develop Oracle application. Indeed, an application

    using OCILIB can link Oracle libraries at compilation time (static or dynamic linkage) or at runtime if the

    target OS supports dynamic loading of modules. OCILIB works on all platforms supported by Oracle

    (Microsoft Windows, Linux, UNIX, Mac ...).

    最后,OCILIB源代码是100%的ISO人私下偷偷收藏盒式(和C99全Unicode支持),因此非常  便携式!OCILIB不需要Oracle客户端开发Oracle应用程序。事实上,一个应用程序  使用OCILIB可以连接Oracle库在编译时间(静态或动态链接)或在运行时如果  目标操作系统支持动态加载的模块。在所有平台上工作的OCILIB Oracle支持  (微软Windows、Linux、UNIX、Mac……)。

  • 相关阅读:
    VirtualBox Win7 虚拟机 共享文件夹设置
    图像的 SNR 和 PSNR 的计算
    swprintf %s %ws %S 的区别
    解决 Virtual Box 启动 Cannot load R0 module supLoadModule returned VERR_LDR_MISMATCH_NATIVE Failed to register ourselves as a PCI Bus (VERR_MODULE_NOT_FOUND)
    VS2015/2013/2012 IIS Express Debug Classic ASP
    Beginning Android 4 中 Demo Basic/Switch 的问题.
    【虚拟机】解决网络适配器没有 VirtualBox Host-Only Ethernet Adapter 问题
    Docker安装Tomcat镜像并部署web项目
    Docker——入门实战
    Centos7上安装docker
  • 原文地址:https://www.cnblogs.com/batman425/p/2726021.html
Copyright © 2011-2022 走看看