搜索资源列表
testOracleConnection
- 测试ORACLE数据库的连接,具有比较好的通用性,是我花了一天的时间揣摩出来的-test ORACLE database connectivity, with a good general, I spent all day trying to figure out the time
vc利用ado连接oracle数据库
- vc利用ado连接oracle数据库,在vc6已经测试。
DBPool
- Delphi 7下测试通过的数据库连接池对象,有ADO和DBExpress两种方式,都兼容了SQLServer和oracle,使用方式为创建TDBExpPool或者TADOPool,执行查询语句直接调用OpenSQL,返回一个TataSet,使用完毕释放。insert语句使用ExecSQL,如果要使用事务,请先调用GetDBConn获取一个DBConn,然后调用Enter,调用Pool的ExecSQL时传入此DBConn,使用完毕Leave即可。-Delphi 7 to test the dat
DBTest
- 测试ORACLE数据库的最大连接数目,ORACLE版本是9i-ORACLE database to test the largest number of connections, ORACLE version 9i
test
- 如何使用Hibernate构建测试连接oracle数据库blob和clob类型-How to use Hibernate to connect oracle database to build test blob and clob types
oracle
- java链接ORaCLe 数据库,这需要JAR包,可以判断你是否连接上你的ORACLE,可以写上简单的数据测试一下.-JAVAconeect the database of oracle of code.
jdbc2
- 一会简单的数据库连接测试程序,开发环境oracle+java-Database connection for a simple test program development environment oracle+ java
DBTest
- DB test 是连接oracle数据库的测试程序 连接,读取,增删差,,含有动态库 oracle.d-DB test is a test program to connect oracle database connection, read, additions and deletions poor, with dynamic library oracle.dll etc.
testoracle
- 连接oracle数据库,测试的小例子,用途一般,-test oracle
oracleDll
- 通过delphi控件编写的无需oracle客户端,直接连接数据库的DLL,经过测试可使用C#等语言直接调用。并附上C#调用的源码。-Written by delphi controls without oracle client directly connected to the database DLL, tested using the C# and other languages can be called directly. Along with C# source code is ca
orcal
- Oracle数据库连接测试,使用ADO控件连接Oracle数据库,测试Oracle数据库的连接字符串的使用。-Oracle database connection tests.
test
- 实现连接Oracle 数据库的功能,并做了一定的测试。-Realize the function of Oracle database connection, and do some tests
ODBLab_2r
- Oracle 数据库连接的客户端,用Java语言实现,有有动态JTree结构显示数据库结构,已通过测试。 -Oracle Database Connection client, the Java language, dynamic JTree structure of the database structure has been tested.
MulDataBaseApp
- 1、本程序为.NET的反射机制与抽象工厂结合开发的多数据库系统模型! 2、在本系统中,集合了SQL Server、Mysql、Oracle、DB2、Access数据库的不同连接方式。实现了切换数据库的最简方式! 3、本系统中附带一个新闻管理来测试测模型。 4、此模型非常适合嵌入多层、有换数据库的需求的项目中,朋友可以随意的本模型的基础上进行扩展或者二次开发。 -1, the program is a model of multi-database system NET refle
ShowOracle
- CAA二次开发数据库连接,全局Addin创建,对话框,命令。测试目的,简单创建了一下,主要为数据库连接-Addin Of CAA To Connect Oracle
oracletest
- 连接oracle的测试,用了ADO的数据库连接方法。-Connect oracle test database using the ADO connection method.
vcConnectOracle_
- 用visual C++ 实现成功连接Oracle数据库的源代码。测试成功。-Connect with visual C++ successful Oracle database source code. Test was successful.
tryoracle
- 用于连接oracle的测试工具,非常好用。 对oracle不熟悉的朋友可以看看。-try to connnet oracle with c++
test
- 测试java语言对oracle数据库连接的关闭-Testing java language close connection to oracle database
ODBCConnectionTest1
- 1、测试连接Oracle数据库,成功实现了用Oracle.ManagedDataAccess.dll访问Oracle数据库。 2、成功实现了动态SQL语句的的编写和访问Oracle数据库 附:3、测试项目用名ODBCConnectionTest,实际测试没有用odbc的方式连接Oracle。这一点本人说明下,以免界内人士吐槽。(oracle.dataaccess_dll)