> then wouldn't it be smarter to just have > > <cfset DataSource = "dbname"> in application.cfm
We generally use request.dbname or similar. The only advantage of this is that it is a bit more persistent than an unscoped variable. But yes setting global variables in the application.cfm (or some file called from it) into some scope OTHER THAN session or application is good where ever possible. Cheers Mark ______________ Mark Stanton Web Production Gruden Pty Ltd Tel: 9956 6388 Mob: 0410 458 201 Fax: 9956 8433 email: [EMAIL PROTECTED] www.gruden.com --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
