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

搜索资源列表

  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. ociprogram

    0下载:
  2. 一个oracle的示例程序-An example of a procedure oracle
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-12
    • 文件大小:58069
    • 提供者:站长
  1. oracle_ole_dev

    0下载:
  2. 开发环境:VC++6.0+MFC 数据库:Oracle 8.0 请将oraclm.dll拷贝到运行文件的目录中! 要运行例子要先装Oracle 8.0,如果有什么问题,请看你机器上的Oracle安装目录下的mshelp/Oraclec.hlp。-Development Environment: VC++ 6.0+ MFC Database: Oracle 8.0 Please oraclm.dll files are copied to the run directory! To run the
  3. 所属分类:Database system

    • 发布日期:2017-11-09
    • 文件大小:160833
    • 提供者:吕荣
  1. vc+ORACLE

    0下载:
  2. rar内附有详细的步骤说明,按照步骤,你可以实现对oracle数据库的链接-rar containing a detailed descr iption of the steps, in accordance with the steps, you can achieve the oracle database link
  3. 所属分类:Database system

    • 发布日期:2017-03-27
    • 文件大小:277019
    • 提供者:王艳红
  1. otl4_examples

    1下载:
  2. 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebir
  3. 所属分类:Oracle

    • 发布日期:2017-03-26
    • 文件大小:820888
    • 提供者:刘火明
  1. oraclequery

    0下载:
  2. 通过oci实现的oracle查询分析器功能和可以 尤其对BLOB字段的度曲-Oci achieved through the oracle query analyzer function and can be particularly severe for BLOB fields Qu
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:53667
    • 提供者:望月
  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. otlv4_h

    0下载:
  2. 有关OCI库,如果考虑速度和跨平台是个不错的选择,也可以作参考-Of the OCI library, if we consider the speed and cross-platform is a good choice, but also can be used as references
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:111170
    • 提供者:lihe
  1. oralib_docs

    0下载:
  2. 老外写的一个oracle 封装lib,使用了oci-Writing a foreigner oracle package lib, using oci
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:33882
    • 提供者:李物
  1. oralib_docs_help

    0下载:
  2. 老外写的oracle封装lib,用到了oci,这是帮助文档-Writing the oracle package foreigners lib, use the oci, This is to help document
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:34025
    • 提供者:李物
  1. otl

    0下载:
  2. 跨数据库平台: n 支持 oracle 的OCI n 支持DB2的CLI, n 支持ODBC(通过ODBC,可支持SQL SERVER,MySQL等) Ø 跨OS平台: n 标准C++语言,支持 unix/linux/windows Ø 使用简单: n 只有一个头文件 n 接口简洁.otl_stream, otl_connect, otl_exception等就可以完成大部分工作
  3. 所属分类:Oracle

    • 发布日期:2017-05-11
    • 文件大小:2575226
    • 提供者:周扒皮
  1. Oracle.spatial

    0下载:
  2. 全面介绍Oracle.spatial方面的PPT,对于进行Oracle.spatial方面的编程有较大帮助1-Oracle.spatial aspects of a comprehensive introduction to the PPT, the programming aspects of Oracle.spatial to have more help 1
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:89455
    • 提供者:xzm
  1. ociclass

    0下载:
  2. 将OCI封装成类使用,调用简单,性能稳定,本人在生产环境中使用半年,未发生故障!-The use of the OCI package into a class, call a simple, stable performance, I use half a year in a production environment without failure!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:10224
    • 提供者:叶栋
  1. OciWrapSample

    1下载:
  2. 在VC++中通过OCI接口访问Oracle数据库,查询,修改,删除记录-Oracle Call Interface-Programmer s Guide
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:701624
    • 提供者:caocanhui
  1. 2oci2

    0下载:
  2. jsp访问oracle数据库的clob字段 oci方式-jsp to access the database clob fields in oracle oci way
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:1088
    • 提供者:wfnic
  1. oralib

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

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

    0下载:
  2. 地形三维可视化系统框架的建立,添加OpenGL框架代码和文件,程序实现。OCI公共类的实现,进一步学习OCI程序设计和OCI函数。-Terrain Visualization System framework in place, add the OpenGL framework of the code and documentation, program realization. OCI public class implementation, further study OCI OCI pro
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-21
    • 文件大小:34798958
    • 提供者:马爱莉
  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 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com