搜索资源列表
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
oracl
- 商品荐购系统,请自备ORACLE,用ADO连接-Product Recommendation System
LabSQL
- 采用labview语言开发工具LabSQL实现数据库的访问,即例子 -LabSQL is the beginning of an open source project to provide free, multi-database, multi-platform connectivity support for LabVIEW. In this first release, we have used the Microsoft ADO object to provide connectiv