Diman
Admin
 Admin
| Posts: 1470 |  | Karma: 18 |
|
Re:ADQuery RowsetSize
|
|
Posted: 2007/12/06 18:02 |
|
|
|
|
Hello
You misunderstood RowsetSize.
RowsetSize is the number of rows, which AnyDAC will fetch at each fetch operation. It is not the total number of rows in result set. ADQuery will automatically fetch rows, when application scrolls down in dataset, by RowsetSize at each next fetch. So, if there is 170 rows, then ADQuery will fetch 50+50+50+20 rows.
Regards, Dmitry
|
|