Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Next 25 Records
Is there a way that I could fetch the first 25 records of a infinite
sized table, then issue a command to fetch the next 25 records?
Basically I want to display data in a grid form. The first procedure
would be to get the first 25 records, then if the user pressed pagedown,
the grid would display the next 25 records. I don't want to load the
whole table as this would be very time consuming. I only want to load
the records that I am displaying.
Thanks, Stan. Received on Mon Mar 08 1999 - 09:27:37 CST
![]() |
![]() |