Hi all,
I have got atleast 10,000 entries in my database. What I want to do is, to Display 10 entries in one page.
My problem is :
1) If I have got 10,000 rows after running a SQL Query and I want to display only 10 per page.. what wiil be the best procedure to do it ??
Should I store these values in Temporary table and then call the next values on each page ??
or
Should I store these values in an Array and paas it to the next page??
Can we again get that "old" resultset which was fetched in first page ??
How it will be possible ??