J
jarm
Unregistered / Unconfirmed
GUEST, unregistred user!
Query.close;
Query.SQL.Clear;
Query.SQL.Add('select * from table);
Query.Open;
这样只能等全部搜索完才能得到数据,能不能在搜索过程就直接得到已搜索的数据
Query.SQL.Clear;
Query.SQL.Add('select * from table);
Query.Open;
这样只能等全部搜索完才能得到数据,能不能在搜索过程就直接得到已搜索的数据