Displaying Data Page by Page.

wxdqz

New Member
I'm Selecting data from an Oracle DB and Outputting it to the Web Page using WHILE with OCIFetch and FOR to count down the total number of columns and display the Table Data line by line.

The problem is there are more than 10,000 records, and I want them to be displayed one page of 100 at a time, for obvious reasons.

Can any one suggest an efficient way of doing this ?

If you want more details on the code structure please let me know.

Thanks in advance.
Tony
 
Back
Top