CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数据库系统 搜索资源 - oci oracle

搜索资源列表

  1. TociQuery

    0下载:
  2. oci是操作oracle数据库的接口,已对相应的接口用C++进行的封装成类,以方便使用
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:15889
    • 提供者:龙新平
  1. tocci-0.0.2.tar

    0下载:
  2. tocci是用C编写的建立在OCI基础之上的对ORACLE的接口进行调用,和OCCI操作类似,简化了OCI复杂的调用.在LINUX下使用.-C preparation is the establishment of the OCI on the basis of the Oracle interface calls, and similar operating with OCCI simplify complex OCI call. The use of Linux.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:9189
    • 提供者:黛杨
  1. libsqlora8-2.2.11

    0下载:
  2. 一个很好用的Linux/Unix下Oracle OCI开发接口封装库,方便在C/C++程序中和Oracle打交道-a good use of Linux / Unix Oracle OCI interface development package for convenience in the C / C procedures and the Oracle deal
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:427087
    • 提供者:何足道
  1. ocidb12323

    0下载:
  2. VC开发环境,实现数据库的连接功能.有oracle OCI的编程资料,有oracle OCI的编程资料源码.-VC development environment, the database connectivity. Oracle OCI is the programming information, oracle OCI programming information source.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:4743
    • 提供者:郑华
  1. csgptest

    0下载:
  2. 公司业务而自己写的网关通讯程序,网关是平台的.不过对OCI有兴趣的不妨看看. Oracle Oci select exec update 多线程 IVR 网关通讯 linux 日志文件操作-business and write their own gateways to the communication process, the platform is the gateway. However, the OCI are interested to take a look. Sectors se
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:144709
    • 提供者:蒋宏伟
  1. oraclelite

    0下载:
  2. oracle oci 轻量级封装库,很方便和实用!适合于简单的数据库操作.绝对精品.垃圾就不上传了.-for lightweight packaging, is a convenient and practical! Suitable for simple data base. Absolutely excellent. Garbage is not posted.
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:16252
    • 提供者:蒋宏伟
  1. ex_oci_array_copy

    0下载:
  2. 示例源码:利用oci通过数组批量提交实现oracle表复制-Sample Source: Copy oracle table by oci bulk commit through an array
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:3218
    • 提供者:muren
  1. ocilib-3.0.0-windows

    0下载:
  2. ORACLE编程的好东西,纯C写的OCI封装.很好用,支持数据池.-ORACLE Programming good things, written in pure C package OCI. Well used to support the data pool.
  3. 所属分类:Oracle

    • 发布日期:2017-04-09
    • 文件大小:1596622
    • 提供者:anan
  1. oci_-test

    1下载:
  2. 用oci技术 连接oracle 数据库,以实现在VC环境中快速大批量的数据传递-batch connect oracle database with oci technology
  3. 所属分类:Oracle

    • 发布日期:2017-11-09
    • 文件大小:3807528
    • 提供者:mijinzhou
  1. ExpInterface

    0下载:
  2. 在动态库中实现异步导出大数据量的oracle数据,数据库链接采用oci-In a dynamic library to achieve asynchronous export large amount of data of oracle data, database links using oci
  3. 所属分类:Oracle

    • 发布日期:2017-04-03
    • 文件大小:142137
    • 提供者:杨先生
  1. OCIAccessOracle

    0下载:
  2. 在c++中将Oracle的OCI封装成类,使的调用变的非常简单,且不易出错!-C++ will be at Oracle' s OCI package into categories, so call change is very simple, and difficult to go wrong!
  3. 所属分类:Oracle

    • 发布日期:2017-04-26
    • 文件大小:77711
    • 提供者:叶栋
  1. oralib

    0下载:
  2. c++封装的oci库,能完成常用的oracle数据库操作-oci c++ wrapper library
  3. 所属分类:Oracle

    • 发布日期:2017-04-05
    • 文件大小:26616
    • 提供者:阿基米德
  1. wxPos

    0下载:
  2. 一个C++简单程序,用VS2005SP1开发,wxWidgetsGUI,通过OCI访问ORACLE数据库,可供初学者学习。-A C++ simple program, with VS2005SP1 development, wxWidgetsGUI, ORACLE database access through OCI, for beginners to learn.
  3. 所属分类:Oracle

    • 发布日期:2017-05-26
    • 文件大小:9539727
    • 提供者:wylsjz
  1. wxPosOCI

    0下载:
  2. 一个wxWidgets程序,通过OCI访问ORACLE数据库。-A wxWidgets program, visit the ORACLE database through the OCI.
  3. 所属分类:Oracle

    • 发布日期:2017-05-26
    • 文件大小:9539841
    • 提供者:wylsjz
  1. oracleConnect

    0下载:
  2. 一个通过OCI连接oracle数据库的例子,里面有其它代码需要清理-oci connect oracle db
  3. 所属分类:Oracle

    • 发布日期:2017-03-31
    • 文件大小:2033
    • 提供者:freesky
  1. OCIExampleDlg

    0下载:
  2. 一个关于Oracle数据库的OCI编程的简单实现,可以用来学习OCI编程!-A program on the Oracle database, a simple implementation of OCI, OCI can be used to learn programming!
  3. 所属分类:Oracle

    • 发布日期:2017-04-04
    • 文件大小:78262
    • 提供者:嘎嘎的份额
  1. OracleRef

    0下载:
  2. Oracle官方文档CHM合集OCI程序员参考手册-Oracle official documentation CHM OCI Programmer' s Reference Manual Collection
  3. 所属分类:Oracle

    • 发布日期:2017-05-06
    • 文件大小:1503538
    • 提供者:morrow
  1. TinyOci

    0下载:
  2. oracle oci 接口代码,可应用于VC环境下oRACLE数据库接口编程-oracle oci interface code
  3. 所属分类:Oracle

    • 发布日期:2017-03-31
    • 文件大小:12023
    • 提供者:蔡力
  1. ocidemo

    0下载:
  2. 实现了 OCI连接oracle数据库功能-OCI to connect oracle database to achieve the function of
  3. 所属分类:Oracle

    • 发布日期:2017-04-08
    • 文件大小:7457
    • 提供者:往里
  1. ITxiazai_oci

    0下载:
  2. 一个简单的介绍甲骨文数据库的OCI程序,利用ORACLE数据库,和VISUAL C++ 6.0-A simple introduction to Oracle Database OCI program
  3. 所属分类:Oracle

    • 发布日期:2017-03-30
    • 文件大小:25862
    • 提供者:肖光华
« 1 2 3 45 »
搜珍网 www.dssz.com