brianpercival
Programmer
This might apply to any platform, but what is the best way to implement the "page numbers"?
meaning,
I run a query and then display the results say 10 per page, with provision to go to nth page etc etc.
in cf, we use startrow,endrow somehow and we browse.
But for all the pages, we are running the query again and again. IS there anyway, we can avoid doing that?
Any good articles on this?
I hope u got what I am asking for..
The motivation behind this being, I have got a table with almost half a million records and I need to do searches on the table. Each time I go to next page is taking like ages.
regards,
Brian
meaning,
I run a query and then display the results say 10 per page, with provision to go to nth page etc etc.
in cf, we use startrow,endrow somehow and we browse.
But for all the pages, we are running the query again and again. IS there anyway, we can avoid doing that?
Any good articles on this?
I hope u got what I am asking for..
The motivation behind this being, I have got a table with almost half a million records and I need to do searches on the table. Each time I go to next page is taking like ages.
regards,
Brian