Welcome![Sign In][Sign Up]
Location:
Search - otl oracle

Search list

[ADO-ODBCotl

Description: This document describes the Oracle, Odbc and DB2-CLI Template Library, Version 4.0 (OTL 4.0). OTL 4.0 is a C++ library based on templates. It integrates all of the previous releases into one library.
Platform: | Size: 86806 | Author: 付聚文 | Hits:

[Other resourceOTL

Description: 我觉得用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, future upgrades will maintain relatively simple; the most important thing is relevant documents and notes set out very clearly that people simply admire!
Platform: | Size: 1689061 | Author: 鲁霖 | Hits:

[Other resourcetestOraNew

Description: 一个利用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 the initial use of Oracle database visit classmates helpful
Platform: | Size: 338133 | Author: 杨雨虹 | Hits:

[Other resourceotl4_htm

Description: otl是c++数据库封装好的一个数据库接口,能兼容mysql,oracle,sqlserver,db2等几乎所有数据库的接口,其是开源的。
Platform: | Size: 1819171 | Author: xiaoya | Hits:

[ADO-ODBCotl

Description: This document describes the Oracle, Odbc and DB2-CLI Template Library, Version 4.0 (OTL 4.0). OTL 4.0 is a C++ library based on templates. It integrates all of the previous releases into one library.
Platform: | Size: 86016 | Author: 付聚文 | Hits:

[OracleOTL

Description: 我觉得用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, future upgrades will maintain relatively simple; the most important thing is relevant documents and notes set out very clearly that people simply admire!
Platform: | Size: 1688576 | Author: 鲁霖 | Hits:

[OracletestOraNew

Description: 一个利用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 the initial use of Oracle database visit classmates helpful
Platform: | Size: 337920 | Author: 杨雨虹 | Hits:

[Otherotl4_htm

Description: otl是c++数据库封装好的一个数据库接口,能兼容mysql,oracle,sqlserver,db2等几乎所有数据库的接口,其是开源的。-otl is c++ good database package a database interface, compatible with mysql, oracle, sqlserver, db2 almost all database interface, it is open source.
Platform: | Size: 1818624 | Author: xiaoya | Hits:

[Database systemotl4_examples

Description: otl编程的举例,很好的例子,是oracle数据库编程的利器-otl programming, for example, a very good example is the oracle database programming tool
Platform: | Size: 905216 | Author: 奇瑞 | Hits:

[Oracleotl4_examples

Description: 一个跨平台的数据库操作库文件,可以轻松在linux和windows下进行数据库读写以及其他的操作,支持多种数据库,代码包含很多example,初学者很容易上手. OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持所有的当前各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等。OTL中直接操作Oracle主要是通过Oracle提供的OCI接口进行,进行操作DB2数据库则是通过CLI接口来进行,至于MS的数据库和其它一些数据库,则OTL只提供了ODBC来操作的方式。当然Oracle和DB2也可以由OTL间接使用ODBC的方式来进行操纵。 在MS Windows and Unix 平台下,OTL目前支持的数据库版本主要有:Oracle 7 (直接使用 OCI7), Oracle 8 (直接使用 OCI8), Oracle 8i (直接使用OCI8i), Oracle 9i (直接使用OCI9i), Oracle 10g (直接使用OCI10g), DB2 (直接使用DB2 CLI), ODBC 3.x ,ODBC 2.5。-err
Platform: | Size: 820224 | Author: 刘火明 | Hits:

[Windows Developotlv4_h

Description: OTL是Oracle 和 ODBC 的模板库,它屏蔽数据库操作的底层,提供数据库连接功能,以标准 C++ 流的方式完成嵌入式 SQL 语句、存储过程的执行和光标操作。-OTL' s are Oracle and ODBC Template Library, which shield the underlying database operations to provide database connectivity to standard C++ stream manner embedded SQL statement, stored procedure implementation and operation of the cursor.
Platform: | Size: 89088 | Author: justinchan | Hits:

[Oracleotl

Description: 跨数据库平台: 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等就可以完成大部分工作 n 相对 ProC等嵌入式开发,代码能相应减少 Ø 性能: n 直接访问数据库API接口,具有API接口的高效率,可靠性 Ø 稳定性: n 开源代码,唯一的代码文件otlv4.h,可以了解所有基于数据库API的实现细节 n 从1996年开始,到今已10余年. Ø 可读性及可维护性: n 标准C++代码,不需要任何预处理 n 使用流的形式,输入输出异常简洁 n 减少大量代码, n 代码结构更加简洁 参考资料: http://otl.sourceforge.net/ -oracle db2 odbc
Platform: | Size: 2575360 | Author: 周扒皮 | Hits:

[ADO-ODBCotlv4

Description: otl是c++数据库封装好的一个数据库接口,能兼容mysql,oracle,sqlserver,db2等-otl is a good c++ database package, a database interface, compatible with mysql, oracle, sqlserver, db2, etc.
Platform: | Size: 121856 | Author: wolong1185 | Hits:

[Oracleotl

Description: c++链接Oracle数据库的开源包,包含otlv4.h和几百个实例。-c++ link to Oracle database open source packages, including otlv4.h and hundreds of examples.
Platform: | Size: 954368 | Author: 倪江 | Hits:

[Database systemOTLguide

Description: OTL使用指南,OTL 是 Oracle, Odbc and DB2-CLI Template Library 的缩写,是一个C++编译中操控关系数据库的模板库,它目前几乎支持当前所有的各种主流数据库,例如Oracle, MS SQL Server, Sybase, Informix, MySQL, DB2, Interbase / Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS等等 OTL使用简单方便,只需要包含一个头文件即可!-OTL Guide, OTL is Oracle, Odbc and DB2-CLI Template Library' s initials, is a C++ compiler in the manipulation of relational database template library, it is now almost support all the mainstream databases such as Oracle, MS SQL Server, Sybase , Informix, MySQL, DB2, Interbase/Firebird, PostgreSQL, SQLite, SAP/DB, TimesTen, MS ACCESS, etc. OTL easy to use, simply include a header file can be!
Platform: | Size: 144384 | Author: majia | Hits:

[Oracleotlv4_h

Description: 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 interface is simple to use convenient, efficient, and supports cross-platform, available to a friend in need.
Platform: | Size: 130048 | Author: 杨正红 | Hits:

[Oracleotl-oracle

Description: 本文件为OTL操作数据库实例。数据库选用的是ORACLE10G-This document for the OTL operating database instance. Database selection is ORACLE10G
Platform: | Size: 11264 | Author: system | Hits:

[Oracleoracle

Description: LINUX下ORACLE11的头文件和库,有了它,OTL无需安装ORACLE也可以运行.-LINUX lower oracle11 of header files and libraries, and with it, OTL without having to install Oracle can also run.
Platform: | Size: 12322816 | Author: duron1000 | Hits:

[OracleOTL

Description: 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 (直接使用DB2 CLI),ODBC 3.x,ODBC 2.5。-OTL is Oracle, Odbc and DB2-CLI Template Library acronym, is a C++ compiler in the control template library relational database, which currently supports almost all current mainstream database under MS Windows and Unix platforms, OTL currently supported there database version: Oracle 7 (directly OCI7), Oracle 8 (directly OCI8), Oracle 8i (directly OCI8i), Oracle 9i (directly OCI9i), Oracle 10g (directly OCI10g), DB2 (DB2 directly CLI), ODBC 3.x, ODBC 2.5.
Platform: | Size: 817152 | Author: 钟武 | Hits:

[ADO-ODBCotl

Description: 多用途的通用数据库编程模块,支持oracle,sqlserver,sysbase等常用数据库(Multi purpose universal database programming module, supporting Oracle, sqlserver, sysbase and other commonly used databases.)
Platform: | Size: 1981440 | Author: scott.. | Hits:
« 12 »

CodeBus www.codebus.net