On 6/26/02, Dave Carabetta penned: >Without belaboring this thread, pre-MX, I don't advocate >using shared-scope varaibles such as the application scope for these sorts >of variables. Period.
Exactly. I never did see any reason to store a datasource name, or anything that you have to actually type, as anything but a local variable. If I have to type <cfset application.dsn = "mydsn"> <cfset variables.dsn = application.dsn> and place a lock around it, why not just type <cfset variables.dsn = "mydsn"> ?? -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ 954.721.3452 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

