Subject fetching some records
Author Justas Janauskas
hello,

how can I fetch some (not all) records in TIBODataSet?

situation: I open dataset, it has fetched some records (not much), but table
actually has much more of them, so I want that in every for ex. 2 sec. my
dataset would fetch some more records. and only I need to know how can i do
fetching, of course without using .Next, .MoveBy or smth., I mean cursor pos
can't be changed.

--
thanks,
Justas