搜索资源列表
dbPool
- 使用java开发的一个实用的数据库连接池源码-use of a practical source database connection pool
DBPool_v4.8.3_src
- DBPool,一个很好的数据库连接池的源代码-DBPool, a good database connection pool of source code
DBPool
- 包含C++的ADO包装和ADO连接池管理。可以使用任何类型的数据库类型,包含存储过程的处理,并对执行进行了优化;通过INI设置数据库链接属性,连接池对象是管理数据库链接的对象,适用于多线程、多次数据库访问。
dbpool
- 数据库连接池,基于Proxool连接池,主要实现了可编程式,不需要繁琐的XML配置
DBPool
- 数据库连接是最常用的提高性能的方法,总结了一下
dbPool
- 自用的一个简单的数据库连接池,支持DB2与Oracle,附加了一些常用的功能
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
DBPool
- C++的数据库连接池很少,想学习的话,资料也很少,这个连接池能让你 彻底了解连接池的运作原理。-C++, database connection pool small, want to learn if little information, the connection pool allows you to thoroughly understand the operation of the principle of connection pool, which write their own
swordfish.complete
- 简洁邮件发送系统。涉及javamail/dbpool/threadpool/jms/dom4j-Simple email transportation system. javamail/dbpool/threadpool/jms/dom4j
DBPool
- Java语言编写的 Oracle 数据库连接池。-Java Oracle connection pool
DBPool-5.0
- DBPool是一个高效的易配置的数据库连接池。它除了支持连接池应有的功能之外,还包括了一个对象池使你能够开发一个满足自已需求的数据库连接池-A Java-based database connection pooling utility, supporting time-based expiry, statement caching, connection validation, and easy configuration using a pool manager.
DBPool
- 数据库连接池,自己实现的,有兴趣的人可以看看,初学者有益哦。-database pool
DBPOOL
- 用Csharp读写XML文件,里面包含了读方法,更新方法,增加节点方法,删除方法-Read and write with XML Csharp file, which contains the read method, update method, add node method, delete method
cmszu_1.7.5
- CMSZU即CMS族,是个网站内容管理平台,基PHP+MYSQL技术创建,源码开放。 CMSZU v1.7.5更新记录 修改了些bug 调整数据连接dbpool一些方法 - CMSZU CMS family, is a website content management platform, based on PHP+ MYSQL technology to create, open source. CMSZU v1.7.5 update records have been modified
DBPool
- 数据库连接池,delphi 7 - xe10-Database connection pool.delphi 7- xe10
DBPool
- ado连接数据库,以及连接池设计。C++实现,可直接使用。-ADO connection pool