> One of the most used bad practices is the use of extra queries to > accomplish getting data. That is the NR.1 cause of bad application > performance no matter what language you are programming in. Prevent new > database connections at all costs where possible, seriously.
Micha, I'd point to poorly written queries before too many queries, and I think this is what you're getting at as well. In the case we're talking about here, it makes more sense to do two queries than to execute and transfer one bad one. -joe -- For Tabs, Trees, and more, use the jComponents: http://clearsoftware.net/client/jComponents.cfm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:183853 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

