搜索资源列表
testOracleConnection
- 测试ORACLE数据库的连接,具有比较好的通用性,是我花了一天的时间揣摩出来的-test ORACLE database connectivity, with a good general, I spent all day trying to figure out the time
7894_SqlPlus
- 用JAVA写的数据库程序,Oracle的JDBC驱动程序,SqlServer的JDBC驱动程序,配置数据库连接,可以新增,修改,删除,也可以测试数据库连接是否配置正确-using Java to write a database program, Oracle JDBC driver, patching the JDBC driver, configuration database connectivity, the new, modified, and deleted. the databas
ConnectionPool
- Java数据库连接池的应用,基于Oracle数据库,包括连接池的建立、释放,基于此池的简单数据库操作(以为测试)
servletJDBC
- Oracle JDeveloper 10g IDE中创建的servelet文件serveletJDBC.java并部署后测试数据库连接。
vc利用ado连接oracle数据库
- vc利用ado连接oracle数据库,在vc6已经测试。
FireCodeCreator3.3
- 《风越代码生成器 [FireCode Creator]》是一款采用.Net FrameWork2.0框架、基于多种数据库的程序代码生成软件,可快速建立数据信息的:添加、编辑、查看、列表、搜索功能。默认提供asp、aspx WEB程序、.net普通三层框架程序、.net Windows程序,多种代码框架及多个界面设计模板,均可任意修改管理。通过自定义生成程序的界面风格与输出代码,用户可将其扩展为ASPX/ASP/PHP/JSP等各种程序的代码生成器。内置的.net代码框架,能建立C#语言的.net
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
db_driver
- 数据库连接驱动及JAVA连接测试程序 (包含db2,informix,sysbase,mssql,mysql,oracle)-JAVA Database Connectivity driver and the connection test procedures (including db2, informix, sysbase, mssql, mysql, oracle)
oracle
- java链接ORaCLe 数据库,这需要JAR包,可以判断你是否连接上你的ORACLE,可以写上简单的数据测试一下.-JAVAconeect the database of oracle of code.
phpenv2.1
- C1G的PHP探针的一部分功能: +自定义风格 -自带三种风格 +PHPINFO显示 +可以显示服务器运行时间 +自定义公告 -探针尾部可以写上联系方式等公告(支持HTML),适合空间商和空间收集狂 +服务器特性 -服务器时间 -服务器域名 -服务器操作系统 -服务器解译引擎 -PHP版本 -本文件路径 ...等等 +PHP基本特性 -显示错误信息display_errors -自动定义全局变量re
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.
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 连接池,增删改查,WebService,测试类,连接库机可以用-oracle connection pool, CRUD, WebService test class, connected library machine can be used
oracletest
- 连接oracle的测试,用了ADO的数据库连接方法。-Connect oracle test database using the ADO connection method.
tryoracle
- 用于连接oracle的测试工具,非常好用。 对oracle不熟悉的朋友可以看看。-try to connnet oracle with c++
ODBCConnectionTest1
- 1、测试连接Oracle数据库,成功实现了用Oracle.ManagedDataAccess.dll访问Oracle数据库。 2、成功实现了动态SQL语句的的编写和访问Oracle数据库 附:3、测试项目用名ODBCConnectionTest,实际测试没有用odbc的方式连接Oracle。这一点本人说明下,以免界内人士吐槽。(oracle.dataaccess_dll)