> Server 2000 and avoiding returning entire recordsets to CF.
>
> In other words, if I have a search result set of 1,000 rows,
> and the user will be walking through that recordset 25 rows
> at a time using <prev> <pagenumbers> <next> methods, how are
> folks limiting the result set to only the current 25 rows
> needed to display.
I don't know what most people are doing, but I'd generally recommend that
you cache the recordset in CF using either CACHEDWITHIN or CACHEDAFTER
attributes of CFQUERY, or by storing it in a persistent scope (Session,
Application, Server). There's nothing specific to SQL Server about that, of
course.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

