S
sbyygyad
Unregistered / Unconfirmed
GUEST, unregistred user!
DBGridEh1 怎样获取正在编的内容进行实时查找 ,我想以输入单元格的内容查找相近的资料料,例:
ADOQuery1.close;
ADOQuery1.sql.text:='select * from 表1 where field1 like ‘单元格内容%’;
ADOQuery1.open;
ADOQuery1.close;
ADOQuery1.sql.text:='select * from 表1 where field1 like ‘单元格内容%’;
ADOQuery1.open;