搜索资源列表
OTL
- 我觉得用OTL(Oracle template library)非常比较好,它基于C++实现,使用方便,封装得也很好,将来升级维护也会相对简单;最重要的是相关的文档和说明写得非常清楚,简直让人佩服!-I feel that the use of the OTL (Oracle template library) is very good, It is based on the realization of C, easy to use, also have a good package, fut
otl4_examples
- 使用otl开发的数据库应用包,他对oci 和occi封装了-otl use of the database application development kits, and his columns on the occi Packaging
otlmain.cpp
- otl方式 访问oracle9i数据库 需要用otlv4.h-otl manner visit oracle9i database needs otlv4.h
testOraNew
- 一个利用OTL访问ORACLE数据库的例子,例子中包含了insert,delete,update,select ,数据库连接等常用的例子代码,给初次利用OTL访问Orcale数据库的同学很有帮助-use QTL a visit to the Oracle database examples, examples include the insert, delete, update, select, common database connectivity code examples, QTL to
otl4_examples
- otl源代码,有许多例子,对OTL访问数据库有一定帮助
otlcopy
- 使用otl包实现oracle表数据的复制 命令用法: tabcopy <源数据> <目标表> <源库> <目标库> 源数据:可以是数据表名或者是SQL查询语句(用双引号括起来)。 目标表:目标数据表名,不存在则自动创建。 源库:格式为\"用户名/密码@//IP:端口/服务名\" 目标库:格式为\"用户名/密码@//IP:端口/服务名\"-Copy the table data oracle command usage: ta
otlv4_h
- OTL提供C++操作ORACLE数据库的接口,用起来很简单方便,效率很高,并且支持跨平台,提供给需要的朋友。OTL provides C + + operator ORACLE database interface is simple to use convenient, efficient, and supports cross-platform, available to a friend in need.-OTL provides C++ operator ORACLE database
otl4_examples
- 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebir
otl
- 跨数据库平台: 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等就可以完成大部分工作
otlv4h
- OTL是Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,以标准 C++ 流的方式完成嵌入式 SQL 语句、存储过程的执行和光标操作。 -OTL is the Oracle and ODBC Template Library, which shield the underlying database operations to provide database connectivity to standard C++ stream manner embedded
otl
- c++链接Oracle数据库的开源包,包含otlv4.h和几百个实例。-c++ link to Oracle database open source packages, including otlv4.h and hundreds of examples.
otl-oracle
- 本文件为OTL操作数据库实例。数据库选用的是ORACLE10G-This document for the OTL operating database instance. Database selection is ORACLE10G
oracle
- LINUX下ORACLE11的头文件和库,有了它,OTL无需安装ORACLE也可以运行.-LINUX lower oracle11 of header files and libraries, and with it, OTL without having to install Oracle can also run.
otlv4
- C++通过OTL连接到oracle数据库。包含x86和x64所需的所有头文件和lib文件-C++ to connect to oracle database through OTL. Contains all required x86 and x64 header files and lib files
OTL
- OTL 是 Oracle,Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7),Oracle 8 (直接使用 OCI8),Oracle 8i (直接使用OCI8i),Oracle 9i (直接使用OCI9i),Oracle 10g (直接使用OCI10g),DB2 (直
otl4_examples
- OTL 是 Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,这个是OTL的程序例子,很实用。-OTL is Oracle and ODBC template library, it shields the underlying operations, provide connectivity, this is an example of OTL program, it is practical.