关于adodata的cachesize 和 异步查询的问题(50分)

  • 主题发起人 主题发起人 zhaixing0101
  • 开始时间 开始时间
Z

zhaixing0101

Unregistered / Unconfirmed
GUEST, unregistred user!
设置adodataset 的ExecuteOptions 为eoAsyncFetchNonBlocking后, 遍历数据集,<br>adodataset1.first;<br>while Not adodataset1.eof do<br>begin<br>&nbsp; ......<br>&nbsp; adodataset1.next;<br>end;<br><br>出现不能遍历(eof始终为true) 或 死循环(断点跟踪时,发现停在最后一条记录)的情况,求助?
 
我设cachesize 为100, 实际查询出来的数据是121条
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部