X
xuzhic2001
Unregistered / Unconfirmed
GUEST, unregistred user!
我的程序中有下面几句
with queryjg do
begin
close;
sql.Clear;
sql.Add('select * from a_jiagebiao where kehuming in(select mingcheng from a_kehuxinxi where suozaizu like '''+strzu+''')');
open;
end;
strzu为一个公用变量,可是在执行open 的时候出现Capability not supported。请问高手怎么解决
with queryjg do
begin
close;
sql.Clear;
sql.Add('select * from a_jiagebiao where kehuming in(select mingcheng from a_kehuxinxi where suozaizu like '''+strzu+''')');
open;
end;
strzu为一个公用变量,可是在执行open 的时候出现Capability not supported。请问高手怎么解决