Hi,
I want to execute a query (and to populate the results in a browse widget) in parts. I work with hudge queries, searching among lots of records, which executing takes long time (I have the right indices in DB).
So I want to get results from any query by groups of, let's say 10 records, to display these records in a browser and to have buttons "Next 10" and "Prev 10" to fetch next or previous group. I think this is quite a common problem, so I don't want to code it by myself from the ground up. Would anyone send me some code which do this?
Thanks in advance!
Simeon Lilov
I want to execute a query (and to populate the results in a browse widget) in parts. I work with hudge queries, searching among lots of records, which executing takes long time (I have the right indices in DB).
So I want to get results from any query by groups of, let's say 10 records, to display these records in a browser and to have buttons "Next 10" and "Prev 10" to fetch next or previous group. I think this is quite a common problem, so I don't want to code it by myself from the ground up. Would anyone send me some code which do this?
Thanks in advance!
Simeon Lilov