在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Delphi ADOQuery 的Open和ExecSQL有什么区别 with ADOQuery1 do begin
Close; SQL.Clear; SQL.Add(sSQL); Open;
Close; SQL.Clear; SQL.Add(sSQL); ExecSQL;
end;
都是执行SQL语句, Open 有返回值,ExecSQL 无返回值
//2021.02.03 补充 ExecSQL 语法原型: function ExecSQL: Integer;
描述:
创建时间:2020.02.17 更新时间:2021.02.03 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论