L
lcmlhs
Unregistered / Unconfirmed
GUEST, unregistred user!
更新一个数据表table1adodataset1.openwhile not adodataset1.eofdo
begin
adodataset1.edit;
adodataset1.fieldbyname("字段1").asstring:=变量;
adodataset1.post;
adodataset2.next;
end;
上面不放到线程的时候正常,一放到线程类的onexecute方法里,就会报异常,什么原因啊
begin
adodataset1.edit;
adodataset1.fieldbyname("字段1").asstring:=变量;
adodataset1.post;
adodataset2.next;
end;
上面不放到线程的时候正常,一放到线程类的onexecute方法里,就会报异常,什么原因啊