摘要: //查询记录procedure TForm1.Button1Click(Sender: TObject);beginADOQuery.Close;ADOQuery.SQL.Clear;ADOQuery.SQL.Add('select * from YourTABLE where 查询条件');ADO... 阅读全文
posted @ 2015-11-12 18:29 tc310 阅读(373) 评论(0) 推荐(0)