I think he was referring to within a CFC, does CF put the query name by default into the "scope" local to that cffunction tag or to the whole object? I have always just var'd them, but it could very well be an old habbit no longer needed in newer versions of CF.
On 10/2/07, Claude Schneegans <[EMAIL PROTECTED]> wrote: > > >>You should always var your query name and use a query name to make it > a local variable and avoid race conditions. > > What for? All variable names are local by default anyway. > > -- Aaron Rouse http://www.happyhacker.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289938 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

