2019年1月20日

Delphi ADOQuery连接数据库的查询、插入、删除、修改

摘要: //查询记录 procedure TForm1.Button1Click(Sender: TObject); begin ADOQuery.Close; ADOQuery.SQL.Clear; ADOQuery.SQL.Add('select * from YourTABLE where 查询条件' 阅读全文

posted @ 2019-01-20 10:55 癫狂编程 阅读(243) 评论(0) 推荐(0)

updatebatch

摘要: dataset.updatebatch(arall/arcurrent) 阅读全文

posted @ 2019-01-20 10:53 癫狂编程 阅读(182) 评论(0) 推荐(0)

导航

好的代码像粥一样,都是用时间熬出来的