首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
TADOQuery默认连接
TADOQuery默认连接
xiaoxiao
2021-04-15
253
procedure qrySetCon; var i:Integer; begin for i := 0 to Self.ComponentCount - 1 do if Components[i] is TADOQuery then begin TADOQuery(Components[i]).Connection := dtm_DM.conSQL; end; end;
转载请注明原文地址: https://yun.8miu.com/read-396.html
技术
最新回复
(
0
)