4 Star 8 Fork 10

mellen / dbooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
UnitData2.pas 520 Bytes
一键复制 编辑 原始数据 按行查看 历史
sfm 提交于 2023-04-27 16:02 . 数据模块
unit UnitData2;
interface
uses
SysUtils, Classes, DB, DBAccess, Uni, MemDS, UniProvider, SQLiteUniProvider;
type
TDataDB2 = class(TDataModule)
SQLiteUniProvider1: TSQLiteUniProvider;
ADOConnection1: TUniConnection;
ADOQuery1: TUniQuery;
UniDataSource1: TUniDataSource;
ADOQuery2: TUniQuery;
ADODoc: TUniTable;
UniConnection1: TUniConnection;
private
{ Private declarations }
public
{ Public declarations }
end;
var
DataDB2: TDataDB2;
implementation
{$R *.dfm}
end.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/mellen/dbooks.git
git@gitee.com:mellen/dbooks.git
mellen
dbooks
dbooks
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891