Why not either cache the query or put the query in a memory resident scope?
Tim -----Original Message----- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 1:34 PM To: CF-Talk Subject: Structure, Array, Both? All: Structure or Array? I have a large table that I want in server memory but I'm not sure what the best route to follow is. There are many columns. Let say its White Pages information. Tables Columns e.g. : ID, FirstName, LastName, Address, City, State, Zip and Notes What is the best route to follow for a CFQUERY e.g. (Select * From Table) to place all its information into a structure or array? Regards, James Blaha ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

