搜索资源列表
-
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下载:
Login Structure. for ADO Dataset must ADO Cunnection Interduced, in this structure the use create a config.ini file and use server name to grnerate runtime connection string
-
-
0下载:
delphi2010 源代码
连接 sqlite
创建数据库,
创建数据表
插入记录
查询数据库内所有记录-delphi2010 sqlite source code to create a database connection, create a data table into the record all the records within the database query
-
-
0下载:
ADO Data控件
ADO Data控件与内部Data控件以及Remote Data控件(RDC)相似。用户可以使用ADO Data控件快速地创建一个到数据库的连接。-ADOData controls ADOData internal controls and RemoteData Control Data Control (RDC) is similar. Users can use ADOData controls to quickl
-
-
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
-