B
bacycle
Unregistered / Unconfirmed
GUEST, unregistred user!
sql7.0/BDE连接,sql语句返回'Error creating cursor handle'
将sql属性reques:=true,语句执行正常,但是有时返回table is readonly的提示。
请高手执教。
原码:
with query1 do
begin
sql.clear;
sql.add('insert goods select * from aaa where item_no=:tj');
parambyname('tj').asstring:='123456';
open;
end;
就这样。
将sql属性reques:=true,语句执行正常,但是有时返回table is readonly的提示。
请高手执教。
原码:
with query1 do
begin
sql.clear;
sql.add('insert goods select * from aaa where item_no=:tj');
parambyname('tj').asstring:='123456';
open;
end;
就这样。