procedure ttestthread.EXECute; begin { place thread code here } fadoquery.open; end;
end.
然后用ttestthread.create(false,adoquery1);调用 ,虽然没有问题,但是好像没有达到效果 程序总的结构是: for i:=0 to nums-1 do begin //这里面写线程对数据库查询,然后把查询结果显示出来 edit1.text := 线程查询出来的结果; end; 不知道该怎么做?麻烦大家教教我,感激不尽