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)