> Generally, should you maintain connections with MSSQL/ODBC > datasources? (Or, how do you decide?) > > Also, specifically, should you maintain them when using > MSSQL DBs for client variable storage?
The general answer here is yes, you should typically maintain database connections whenever using MS SQL Server, for performance reasons. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ 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

