• 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……)。

  • 相关阅读:
    [引]ASP.NET MVC 4 Content Map
    [转]ASP.NET MVC 2: Model Validation
    [转]ASP.NET MVC中你必须知道的13个扩展点
    [转]Best way to sort a DropDownList in MVC3 / Razor using helper method
    [转]Sql Server参数化查询之where in和like实现详解
    [转]Oracle Stored Procedures Hello World Examples
    [转]oracle的ANYDATA数据类型
    重构中对设计模式的反思
    poj2186 Popular Cows --- 强连通
    mac下通过xcodebuild使用oclint
  • 原文地址:https://www.cnblogs.com/batman425/p/2726021.html
Copyright © 2020-2023  润新知