> I have to take issue with your last paragraph. I don't know what's going on > in the examples in the book because I don't own it. However, as has been > discussed here way too many times (check the archives), CFLOOP QUERY="" has > been tuned starting with CF 4.01 to be faster than CFOUTPUT QUERY="". Now, > there are many variables that play into making that statement (query size, > etc.), but the general "rule" has been that CFLOOP QUERY="" is a bit faster > in the latest versions of CF.
Correct, using CFLOOP is more efficient than using a CFOUTPUT for going through queries. However, when there is a lot of data within those queries that is being sent as output within the loop, the opposite is true. I'm sorry if I wasn't clear in that message. And yes, what Dave Watts said is certainly true and important, but that does not mean that watching things like this is somehow NOT important. -Justin Scott, Lead Developer Sceiron Internet Services, Inc. http://www.sceiron.com ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

