搜索资源列表
数据库连接池实现一
- 数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software systems often used, is developing
OCI数据库连接
- 提供OCI连接数据库并进行相关操作的通用的类,方便。-provide OCI connect to the database and associated operation of a common, easy.
数据库DB类。绝对实用
- C#中的数据库连接类,数据库DB类。绝对实用-C# Database Connection category, DB database category. Absolutely practical
tomcat4.1.31
- 使用tomcat4.1.31和mysql 配置数据源 原来都是通过编写一个数据库连接类的方式来访问数据库:-tomcat4.1.31 use mysql configuration and original data sources through a few prepared According to the category for connecting to database visit :
datebase
- oracle数据库连接类-category
数据库连接通用类
- 数据库连接通用类,有了它,你再也不用担心数据库为什么连接不上了,只要给它数据库的路径,其它的全帮你搞定-Database Connection generic class, with it, you no longer have to worry about database connectivity why not, as long as its database to the path of all other Bangnigaoding
CSharp编写的OleDb数据库连接通用类库
- CSharp编写的OleDb数据库连接通用类库,挻不错的喔-CSharp OleDb prepared by the General Class Database Connection, good oh Yan
数据库连接类库实例
- 这是一个用c#编写的用C#实现数据库连接类库实例,可以看看的-this implementing database connecting with C# is written in c#,please take a look
C#编写的OleDb数据库连接通用类库
- C#编写的OleDb数据库连接通用类库
java数据库连接操作类
- 这个软件对于初学java数据库编程的人特别有用,可以通过读该代码学习JDBC接口。
DBUtility
- 几种数据库都可以通过此类库直接连接。实现了共同的接口,可以提高有多种数据库编程的效率。
excel
- java导入导出固定格式excel含数据库连接类,jxl包,导入导出源代码-java fixed format import and export excel with database connection class, jxl package, import and export the source code
CSharp-ConnectionStringUtil
- C#数据库连接字符串类,整理,规范代码。-C# database connection string type, collate and standardize the code.
petshopnew
- 清新模板网上购物系统,JSP+MySQL数据库,下载后请修改数据库连接类,然后可运行学习。-Fresh-line shopping system templates, JSP+ MySQL database, after downloading, please modify the database connection type, and then learning to run.
data
- 数据库连接类库实例-Examples of Database Connectivity Class Library
ConnectionPool
- 编写一关于Microsoft Access数据库连接池及其管理的相关类,要求能从XML配置文件中读取该数据库驱动程序,数据库名,连接池最大连接数,最多等待用户数,查询数据库超时时间及用户最长等待时间等信息;并编写一测试程序,用于模拟多客户对于数据库的访问。-The preparation of about one Microsoft Access database connection pool and its management related request from the XML co
ADO
- 数据库操作类,应用于数据库连接增删改查操作等-Database operation type, applied to check the database connection CRUD operations, etc.
DBTest
- 在vc6.0 编写数据库连接程序,编写类,方便以后的开发!-Database connection programs in vc6.0 writing, writing class, to facilitate future development!
数据库连接
- 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("
05通用mysql数据库连接类代码
- 通用mysql数据库连接类代码,实用有效提高数据库读写能力(General MySQL database connection class code)