搜索资源列表
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
oracleDll
- 通过delphi控件编写的无需oracle客户端,直接连接数据库的DLL,经过测试可使用C#等语言直接调用。并附上C#调用的源码。-Written by delphi controls without oracle client directly connected to the database DLL, tested using the C# and other languages can be called directly. Along with C# source code is ca