>>And if it is not an application scope variable, what is its scope? <<

Declaring a variable in you application template does NOT create an
application scoped var unless you set it like this:

<cflock timeout="" throwontimeout="No" type="EXCLUSIVE">
        <cfset application.myVar = datasource> it is available in the variable
scope.
</cflock>

If you set it like this:

<cfset myVar = datasource> it is available in the variable scope.



-Craig Thomas


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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

Reply via email to