搜索资源列表
SQLite3Wrapper01
- 对SQLite3 简单的封闭,结构类似Delphi中ADODB的封装,所以数据库能够很容易的在嵌入式和C/S架构中切换-This is a small class wrapper for SQLite3. It is structured similar to an ADODB class wrapper that I m using, so I can easily switch between an embedded database and a client/server database
ADODB
- Delphi的数据库组件之间的关系图,让人一目了然,适合初学者学习-Delphi database components the relationship between the map, people at a glance, suitable for beginners to learn
ADODB(oracle)
- 解决delphi下增对Oracle数据库开发时碰到的无法更新定位问题-Under the settlement by delphi on Oracle database development can not be updated when the positioning of encounter
kkk
- 基于决策支持系统的 DELPHI编程的小结-unit Unit3 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, DB, ADODB, jpeg, ExtCtrls type TForm3 = class(TForm) MainMenu1: TMainMenu
Delphi_121401
- Delphi ADO查询示例,练习使用ADODB连接access,并使用DBGrid显示数据的例子。程序可设置多个查询条件,支持模糊查询和不区分大小写的查询,学习Delphi与ADO数据库操作的实用例子。程序界面截图如上图所示,所需要的Access数据库文件已为您打包在里面。 - Delphi ADO query examples, practice using ADODB connection access, and use the DBGrid shows an example of
Delphi_463041
- Delphi:delphi分页实例,结合数据库实现分页,不过数据库暂时未提供,只有代码部分。实现类似网页上的分页效果:首页、上一页、下一页、尾页等样式,程序通过ADODB连接测试数据库,定义全局变量num1为每页要显示的记录条数,最终实现数据库分页效果,欢迎Delphi新手们参考。 -Delphi: delphi paging instance, combining database paging, but the database is temporarily not available,
delphiadoquery
- Delphi ADO查询示例,练习使用ADODB连接access,并使用DBGrid显示数据的例子。程序可设置多个查询条件,支持模糊查询和不区分大小写的查询,学习Delphi与ADO数据库操作的实用例子。程序界面截图如上图所示,所需要的Access数据库文件已为您打包在里面。-Delphi ADO query example, practice using the ADODB connection access, and use the DBGrid display examples of da
ConnectionPool
- An Ado Connection Pool to use with Delphi 7