kalpanapai
IS-IT--Management
I'd like to know if is it possible only to get a defined range of rows from informix.
That is, I'd want to recover rows from number 1 to 50 the first time, from number 51 to 100 the second time, from 101 to 150 the third time, and so on...
and display from the java application , so that it can limit the resource usage for each session if query returns more rows say 10000 rows.
MySQL has a LIMIT clause and SET ROWCOUNT in Sybase.
I would really appriciate any ideas, suggestions in this regard .
Thanks & regards
kalpana
That is, I'd want to recover rows from number 1 to 50 the first time, from number 51 to 100 the second time, from 101 to 150 the third time, and so on...
and display from the java application , so that it can limit the resource usage for each session if query returns more rows say 10000 rows.
MySQL has a LIMIT clause and SET ROWCOUNT in Sybase.
I would really appriciate any ideas, suggestions in this regard .
Thanks & regards
kalpana