Y
yuniqipiao
Unregistered / Unconfirmed
GUEST, unregistred user!
我不明白,我很着急呀,也看要毕业了,我是想进行结果中查询.所以想先把查询的DATEGRID数据保存,然后在进行数据查询,现在你能把具体如何保存DATEGRID数据到新表的语句写出来吗??
新表名为LSB,求救!!!
a :='Select * From ycys Where zkjtj=100
query1.close;
query1.SQL.Clear ;
query1.SQL.text := a ;
query1.Open;
insert into LSB
提示错误:
[Error] Unit7.pas(176): '(' expected but identifier 'into' found
新表名为LSB,求救!!!
a :='Select * From ycys Where zkjtj=100
query1.close;
query1.SQL.Clear ;
query1.SQL.text := a ;
query1.Open;
insert into LSB
提示错误:
[Error] Unit7.pas(176): '(' expected but identifier 'into' found