登录
首页 » Delphi » Delphi-connection-pool

Delphi-connection-pool

于 2020-10-25 发布 文件大小:151KB
0 340
下载积分: 1 下载次数: 119

代码说明:

  不错的数据库连接池实现,很有参考价值。包括多种数据库连接方式的(DB connection pool)

文件列表:

Delphi数据库连接池
..................\Demos
..................\.....\ConnPoolTest.dpr,200,2002-08-07
..................\.....\ConnPoolTest.dproj,4692,2009-06-23
..................\.....\ConnPoolTest.dproj.2007,4650,2009-06-23
..................\.....\ConnPoolTest.dproj.local,62,2009-06-23
..................\.....\ConnPoolTest.identcache,212,2009-06-26
..................\.....\ConnPoolTest.res,876,2002-08-07
..................\.....\fmMAIN.dcu,18721,2009-06-24
..................\.....\fmMAIN.dfm,5435,2009-06-24
..................\.....\fmMAIN.pas,9680,2009-06-24
..................\form.txt,3719,2002-08-11
..................\Help
..................\....\ConnectionPool.hlp,135342,2002-08-11
..................\License.txt,3028,2002-07-26
..................\Order.txt,4043,2002-07-28
..................\Packages
..................\........\ConnectionPool_D12.dcu,3892,2009-06-25
..................\........\ConnectionPool_D12.dpk,941,2009-06-23
..................\........\ConnectionPool_D12.dproj,5604,2009-06-23
..................\........\ConnectionPool_D12.dproj.local,483,2009-06-23
..................\........\ConnectionPool_D12.identcache,570,2009-06-25
..................\........\ConnectionPool_D12.res,1536,2002-09-07
..................\........\ConnectionPool_D5.dpk,833,2002-08-11
..................\........\ConnectionPool_D5.res,1536,2002-08-11
..................\........\ConnectionPool_D6.dpk,915,2002-09-07
..................\........\ConnectionPool_D6.dproj,5473,2009-06-23
..................\........\ConnectionPool_D6.dproj.2007,5473,2009-06-23
..................\........\ConnectionPool_D6.dproj.local,62,2009-06-23
..................\........\ConnectionPool_D6.res,1536,2002-09-07
..................\........\dclConnectionPool_D12.dcu,7653,2009-06-25
..................\........\dclConnectionPool_D12.dpk,823,2009-06-23
..................\........\dclConnectionPool_D12.dproj,5843,2009-06-25
..................\........\dclConnectionPool_D12.dproj.local,349,2009-06-25
..................\........\dclConnectionPool_D12.identcache,95,2009-06-24
..................\........\dclConnectionPool_D12.res,1536,2002-09-07
..................\........\dclConnectionPool_D5.dpk,743,2002-07-28
..................\........\dclConnectionPool_D5.res,1536,2002-07-25
..................\........\dclConnectionPool_D6.dpk,759,2002-09-07
..................\........\dclConnectionPool_D6.dproj,5391,2009-06-23
..................\........\dclConnectionPool_D6.dproj.2007,5391,2009-06-23
..................\........\dclConnectionPool_D6.dproj.local,62,2009-06-23
..................\........\dclConnectionPool_D6.res,1536,2002-09-07
..................\........\Pool_D12.groupproj,2268,2009-06-25
..................\........\Pool_D12.groupproj.local,191,2009-06-25
..................\Readme.txt,6933,2002-07-28
..................\Source
..................\......\uADOConnectionPool.dcu,10212,2009-06-25
..................\......\uADOConnectionPool.pas,12128,2009-06-25
..................\......\uBDEConnectionPool.dcu,10362,2009-06-25
..................\......\uBDEConnectionPool.pas,10140,2009-06-25
..................\......\uConnectionPool.dcu,14298,2009-06-25
..................\......\uConnectionPool.pas,22067,2009-06-25
..................\......\uConnectionPoolReg.dcr,2328,2009-06-23
..................\......\uConnectionPoolReg.dcu,7095,2009-06-25
..................\......\uConnectionPoolReg.pas,3694,2009-06-23
..................\......\uDBXConnectionPool.pas,15052,2002-09-07
..................\......\uIBConnectionPool.dcu,9414,2009-06-25
..................\......\uIBConnectionPool.pas,7589,2009-06-25
..................\......\uUniConnectionPool.dcu,8448,2009-06-25
..................\......\uUniConnectionPool.pas,11474,2009-06-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cview
    - 特别献给Delphi程序员! 献给delphi迷们的一个小礼物包! 程序员在编程中,有时要查看一小段网上下载源码,却要启动庞大DELPHI IDE,如果用记事本编辑程序则不太方便也不习惯,因为大家都习惯了IDE环境写东西,因此写了这个东东,能比较接近的模拟IDE环境,方便于查阅或修改程序源码, 综合考虑多个方面因素,设计这个程序的思路是小而精,启动速度要快,DELPHI IDE那些高亮设置要有,并增加了源码格式化功能,重点要突出,不要太花俏,更不能包罗万象,现在互联网上有很多工具软件,特别是初级程序员作品,都做得很花俏,虽然图文并茂内容丰富,却是为了做多而做多。但并不突所需要的功能。 我写这个东西,是因为我自己的需要,首先,再也不必为了修改一点小错误就打开Delphi IDE环境: 1、多种程序语言语法高亮度显示: 支持pas,vb,java,cpp. 2、源码格式化,支持pas源码格式化,JS源码美化. 3、可自定义文本高亮属性, 4、可个性化选择格式化显示习惯 5、支持鼠标拖放,鼠标右键。 6、熟练的程序员往往习惯用快捷键操作, 如ctrl+F 文件查找, f3查找下一个 ctrl+D 格式化源码, ctrl+O打开文件, ctrl+s保存(Special dedicated Delphi programmers!     Dedicated to the the delphi fans a little gift packs! Programmers in programming, sometimes you want to view a short online download source, have to start huge the DELPHI IDE, If you use Notepad to edit the program is less convenient and not used to, because we all used to the IDE environment to write something, so he wrote this stuff, close to the analog IDE environment, easy access or modify the program source, Consider multiple factors, the idea of ​ ​ the design of this program is small but, to start faster than the Delphi IDE highlighting settings have increased the source formatting features, emphasis should be prominent, not too fancy, not to inclusive, on the Internet there are many tools, especially the junior programmer works, have done very fancy, although the illustrated content rich, but it is to do more and do more. But it does not conflict the functionality required. I wrote this thing, because my own need)
    2012-08-11 16:05:56下载
    积分:1
  • fxtool
    类似百叶窗图形做封面最佳选择,类似百叶窗图形(Similar to the blinds the best graphics on the cover, similar to shutters graphics)
    2011-06-02 12:51:41下载
    积分:1
  • uCode
    用delphi实现结构体(含指针,string,anstring,动态数组等)的复制,释放,流化,与反流化,可以应用是三层方面的传输部件,目前应用于实际项目. 虽然存在一定的BUG,修修就可以用了.(Structure (including pointer, string, anstring, dynamic arrays, etc.) with delphi copy, release, fluidization, and reflux can be applied to the three aspects of the transmission components, currently used in the actual project. Although there are some The BUG, ​ ​ bits and pieces you can use.)
    2013-03-08 23:02:03下载
    积分:1
  • USB-TreeView
    USB TreeView example source
    2016-08-09 01:57:41下载
    积分:1
  • HouseSystem
    一个商品房销售管理系统,用Delphi做的,只上传了源代码(A real estate sales management system, with Delphi to do, just upload the source code)
    2010-05-28 21:23:14下载
    积分:1
  • QuickDXFbcb
    说明:  Descendant of TGraphic, TDxf for loading and viewing .DXF files exported from AutoCAD.
    2019-03-23 12:21:04下载
    积分:1
  • MBAXP
    Modbus Master Protocol的ActiveX实现,支持使用VC、VB、Delphi、Excel等编程工具开发Modbus应用程序。(Modbus Master Protocol ActiveX technology, support the use of VC, VB, Delphi, Excel and other programming tools to develop Modbus applications.)
    2016-09-08 01:08:19下载
    积分:1
  • delphi_webcam
    Delphi Webcam Component, Ready to Install
    2019-03-15 00:15:05下载
    积分:1
  • Abakus_VCL_v5.00.2
    好用的控件好用的控件好用的控件好用的控件好用的控件(Good software Good software Good software Good software)
    2017-02-25 12:48:41下载
    积分:1
  • webpic
    在程序中加入网上的图片,很好玩,希望大家对它喜欢(In the process of accession to the pictures online, it is fun, I hope you like it)
    2013-09-22 13:35:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载