Hi.
I have a fairly large and expensive SELECT query that I run against an oracle 8 database. It can return anywhere from 0 to many thousands of rows. I would only like to display "n" events per page, and create a NEXT PAGE button to fetch the next "n" results.
How is this done without re-running the query on the next page?
WebServer: linux, apache, php4.06
DB: Oracle 8, Solaris 8 (?) Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com
I have a fairly large and expensive SELECT query that I run against an oracle 8 database. It can return anywhere from 0 to many thousands of rows. I would only like to display "n" events per page, and create a NEXT PAGE button to fetch the next "n" results.
How is this done without re-running the query on the next page?
WebServer: linux, apache, php4.06
DB: Oracle 8, Solaris 8 (?) Brad Gunsalus
Cymtec Systems, Inc.
bgunsalus@cymtec.com