搜索资源列表
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
include
- 透過Adodb連線資料庫 並偵測是否連線成功 可遷入至各個需要連線的網頁檔中-By Adodb database connection and to detect whether the connection is successful can be moved to connect to the various needs of the web page file
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_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
shukuku
- 易语言数据库中间件源码例程程序结合易语言多线程支持库远程服务支持库,创建ADODB对象实现数据库中间件的应用。 点评:易语言数据库中间件源码仅供参考。 -Easy language source middleware routines multithreaded program combines easy language support library remote service support library, create ADODB object implements
ADODB
- 最全的ADODB操作,包含MYSQL,MSSQL,代码简单,易编写。-The most complete ADODB operations, including MYSQL, MSSQL, the code is simple and easy to prepare.
ADODB数据库类操作实例
- 可以连接4种数据库,例程里带了ACCESS和Firebird的数据库文件,MYSQL和MSSQL的就自己建吧,结构和ACCESS的一样就可以了。 另外Firebird 用的是2.12版的,嵌入式的,网络的也可以,修改下连接就行了,试的时候记得搭环境。 MYSQL用的5.1的ODBC驱动,没有的自己下了装下。 MSSql我用的2000,高版本的我没有试。 发现“到尾记录”中的一个错误,就不重新上传了,大家自己修改下吧!注意 MoveLast 这个 .版本 2 .子程序 到尾