搜索资源列表
-
1下载:
不错的数据库连接池实现,很有参考价值。包括多种数据库连接方式的-DB connection pool
-
-
0下载:
用delphi三层开发,必须用到的数据库连接池,Development of three-tier database connection pool to be used in
-
-
1下载:
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
-
-
0下载:
Delphi实现的com+组件数据库连接池-Delphi to achieve the com+ components database connection pool
-
-
0下载:
Connection Pool for Delphi - A connection pool is a cache of open connections
that can be used and reused, thus cutting down on the overhead of creating and
destroying database connections.
Connection pooling is a method for conserving sca
-
-
0下载:
Universal Data Access Components (UniDAC) 是一套可以讓DELPHI 無須透過Oracle native driver,便可以連線使用數據庫的一套強大VCL元件。並支援connection pool機制。-Universal Data Access Components (UniDAC) is a powerful library of nonvisual cross-database data access components for Delphi,
-
-
0下载:
Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。
{ *** *** *** *** *** *** *** *** *** * }
{ Descr iption : ADO连接池 }
{ Create Date : 2010-8-31 23:22:09 }
{ Modify Remark :2010-9-1 12:00:09 }
{
-
-
0下载:
Delphi做服务器端如果每次请求都创建一个连接就太耗资源了,而使用一个全局的连接那效率可想而知,这样就体现出了线程池的重要了。参考一些例子做了个ADO的连接池,用到项目中挺不错的,分享下。
-Delphi done on the server side, if a connection is created for each request would be too resource intensive, while the use of a global connection that
-