Nathan Strutz wrote: > 1) cache it in ColdFusion - just use the cachedWithin attribute of cfquery, > it's easy, it works great. Set it to a day or 5 minutes or 1 minute or even > 10 seconds if you're concerned about the data being out of date. This is
Hey Nathan, The only think that I'm confused about is that if I'm using the caching, does it makes sense to retrieve all of the records? What if the user decides to jump to the end of the list... that would mean that I have to have the entire recordset cached, right? > And remember, for server-side paging (next/prev buttons, etc), you should > use my CFC - http://paginationcfc.riaforge.org/ Yeah, I've downloaded it, just haven't had a chance to play with it yet. Thanks! Mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319515 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

