Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Next 25 Records

Next 25 Records

From: Stan <delphidev_at_yahoo.com>
Date: Mon, 08 Mar 1999 10:27:37 -0500
Message-ID: <36E3EC68.61D675B5@yahoo.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US