Subject Re: trying to avoid large datasets
Author markd_mms
--- In firebird-support@yahoogroups.com, "Dimitry Sibiryakov" <SD@...>
wrote:
> Forget it. This is the stupidest thing you can do. If I were you, I
> would fetch records in background. Couple of tens that can fit the
> screen will be fetched instantly, so the user will have enough work
> to enjoy itself while rest of the data is coming.
>
> --
> SY, Dimitry Sibiryakov.
>

how can I do that with a TIBDataSet? won't it just select all that i
ask for into a new dataset? can it append a new resultset to its
current dataset?

TIA