I am writing a web-based inquiry module to a Win32 package we developed. I have used DBI and Apache in the past to whip up some pretty slick web pages with Perl, but nothing of this scale. Each search can potentially yield several thousand results, which will be displayed to the user in chunks of about 50 results. I would think that executing the entire search each time the user moves between the pieces of the result set (for example, from results 1-50 to 51-100) would be very slow and inefficient. I was wondering if there was some way that I could keep that result set around so that clicking "Next" would simply show me the next 50 results, and not execute the query again.
Any help is greatly appreciated :)
In reply to Using large result sets from a database by MrCromeDome
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |