Hi,

I'm prototyping a a three-layer MTS database application, that works marvelous, but..
When I read all records from my large database (300.000 records), it will take some time before the information will be presented to the user.
I would like to receive my information more batchlike, so the user can read the first database records while the last records still being retrieved from the database.
In a one layer application (using a datagrid on a form) I can use the adSyncFetch - option to do the trick, but how do I get this result with three-layers?

All ideas are welcome,

Fedor