Is it better to set an application variable in the application file rather than just 
setting a local variable especially for a variable that's not going to change such as 
local.dsn then you do not have to lock reads 

or lock read and assign local.dsn equal to application.dsn 

or just lock all read of application.dsn

Most importantly why would one be better ?

It seem to me it might be best just to set local.dsn in the application file and have 
done with it.

I'm not talking about variables that have change like counter or something of that 
nature. 

thanks Mike



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to