CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - oracle OTL
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - oracle OTL - List
[
ADO-ODBC
]
otl
DL : 0
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.
Update
: 2008-10-13
Size
: 84.77kb
Publisher
:
付聚文
[
Other resource
]
OTL
DL : 0
我觉得用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!
Update
: 2008-10-13
Size
: 1.61mb
Publisher
:
鲁霖
[
Other resource
]
testOraNew
DL : 0
一个利用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
Update
: 2008-10-13
Size
: 330.21kb
Publisher
:
杨雨虹
[
ADO-ODBC
]
otl
DL : 0
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.
Update
: 2025-02-17
Size
: 84kb
Publisher
:
付聚文
[
Oracle
]
OTL
DL : 0
我觉得用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!
Update
: 2025-02-17
Size
: 1.61mb
Publisher
:
鲁霖
[
Oracle
]
testOraNew
DL : 0
一个利用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
Update
: 2025-02-17
Size
: 330kb
Publisher
:
杨雨虹
[
Other
]
otl4_htm
DL : 0
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.
Update
: 2025-02-17
Size
: 1.73mb
Publisher
:
xiaoya
[
Database system
]
otl4_examples
DL : 0
otl编程的举例,很好的例子,是oracle数据库编程的利器-otl programming, for example, a very good example is the oracle database programming tool
Update
: 2025-02-17
Size
: 884kb
Publisher
:
奇瑞
[
Oracle
]
otl4_examples
DL : 0
一个跨平台的数据库操作库文件,可以轻松在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
Update
: 2025-02-17
Size
: 801kb
Publisher
:
刘火明
[
Windows Develop
]
otlv4_h
DL : 0
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.
Update
: 2025-02-17
Size
: 87kb
Publisher
:
justinchan
[
Oracle
]
otl
DL : 0
跨数据库平台: 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
Update
: 2025-02-17
Size
: 2.46mb
Publisher
:
周扒皮
[
ADO-ODBC
]
otlv4
DL : 0
otl是c++数据库封装好的一个数据库接口,能兼容mysql,oracle,sqlserver,db2等-otl is a good c++ database package, a database interface, compatible with mysql, oracle, sqlserver, db2, etc.
Update
: 2025-02-17
Size
: 119kb
Publisher
:
wolong1185
[
Oracle
]
otl
DL : 0
c++链接Oracle数据库的开源包,包含otlv4.h和几百个实例。-c++ link to Oracle database open source packages, including otlv4.h and hundreds of examples.
Update
: 2025-02-17
Size
: 932kb
Publisher
:
倪江
[
Database system
]
OTLguide
DL : 0
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!
Update
: 2025-02-17
Size
: 141kb
Publisher
:
majia
[
Oracle
]
otlv4_h
DL : 0
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.
Update
: 2025-02-17
Size
: 127kb
Publisher
:
杨正红
[
Oracle
]
otl-oracle
DL : 0
本文件为OTL操作数据库实例。数据库选用的是ORACLE10G-This document for the OTL operating database instance. Database selection is ORACLE10G
Update
: 2025-02-17
Size
: 11kb
Publisher
:
system
[
Oracle
]
oracle
DL : 1
LINUX下ORACLE11的头文件和库,有了它,OTL无需安装ORACLE也可以运行.-LINUX lower oracle11 of header files and libraries, and with it, OTL without having to install Oracle can also run.
Update
: 2025-02-17
Size
: 11.75mb
Publisher
:
duron1000
[
Oracle
]
OTL
DL : 0
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.
Update
: 2025-02-17
Size
: 798kb
Publisher
:
钟武
[
Other
]
ex01_oci7
DL : 0
otl开发实例-oracle,otl开发实例,otl连接oracle-develop otl for oracle
Update
: 2025-02-17
Size
: 1kb
Publisher
:
gudeng
[
ADO-ODBC
]
otl
DL : 0
多用途的通用数据库编程模块,支持oracle,sqlserver,sysbase等常用数据库(Multi purpose universal database programming module, supporting Oracle, sqlserver, sysbase and other commonly used databases.)
Update
: 2025-02-17
Size
: 1.89mb
Publisher
:
scott..
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.