搜索资源列表
JSP数据库连接池的必要性
- 文件内容:JSP数据库连接池的必要性-contents of the documents : JSP database connection pool of necessity
delphi+sql万能数据库连接示例
- delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助-Universal Database Connection example, when a delphi himself had written, and I believe that the entry delphi study conducted ADO SQL help some friends
一种简单JDBC数据库连接池的实现
- 在java中使用一种简单JDBC数据库连接池的实现-Database Connection Pool for Java(Implement by JDBC)
数据库连接
- 本原代码是基于C语言的原程序。是用于一般的数据库的连接-primitive code is based on the C language of the original procedure. For general is the database connection
数据库VC
- VC中数据库连接问题,希望对大家有点帮助 :-)-VC database connectivity problems, we hope to help a bit :-)
vb-sql数据库连接例子
- 利用adodc进行数据库连接,使用了combo相关控件,适合初学者参考。-adodc use database connectivity, the use of a combo-related controls for advanced users.
数据库连接类库实例
- 这是一个用c#编写的用C#实现数据库连接类库实例,可以看看的-this implementing database connecting with C# is written in c#,please take a look
数据库连接池实现一
- 数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software sys
VB与SQL数据库连接
- VB连接SQL数据库,只需修改参数就可随便连接,非常方便无须修改烦琐的代码。-VB to SQL databases, but only a modification of parameters can be arbitrarily connected, a very convenient no need to amend the code cumbersome.
Java 的JDBC 数据库连接池实现方法
- J2EE 程序员一般都有现成的应用服务器所带的JDBC 数据库连接池,不过对于开发一般的 Java Application 、 Applet 或者 JSP、velocity 时,我们可用的JDBC 数据库连接池并不多,并且一般性能都不好。我们可以自己写一个JDBC 数据库连接池。-J2EE programmers tend to have a ready-made application server release the JDBC
Delphi三层数据库连接池
- DLL接口封装三层数据库(数据持久层),很不错的,对初学者很有帮助。-DLL interface Packaging three databases (data persistence layer), a very good, very useful for beginners.
数据库DB类。绝对实用
- C#中的数据库连接类,数据库DB类。绝对实用-C# Database Connection category, DB database category. Absolutely practical
数据库连接的两种方法
- 这里采用了两种连接数据库的方法,通过ADO控件连接SQL Server数据库 对所连接的数据库进行数据的修改、添加、删除等操作 -here used two methods to connect to the database through ADO connectivity to the SQL Server database by connecting to the database data changes, add, d
数据库连接
- 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱
ADO数据库连接
- vc 实现简单数据库连接实例,适合初学者学习练习(VC implementation of simple database connection examples, suitable for beginners to learn exercise)
通用数据库连接
- 通用的数据库连接代码,初学都需要的东西!!!!(Generic database connection code)
数据库连接
- 示范怎么在C#中,用VS2010连接到数据库。。(How do you connect to a database in C#?)
数据库连接池
- 基于c3p0,dbcp,bonecp等数据库连接池的连接实现,实现多个数据库连接池的相互替换(Based on c3p0, DBCP, bonecp and other database connection pool implementation, to achieve mutual replacement of multiple database connection pool)
mysql数据库连接
- mysql数据库的连接,数据库的建库,查库,删库。(The connection of the MySQL database, the operation of the database)
c3p0数据库连接池实现原理笔记
- 基于MySQL数据库的c3p0数据库连接池原理笔记 整理(The Principle notes of c3p0 database connection pool)