> Chris, what did you mean when you said that a query 
> with a name of application.queryname is a 'write'. Doesn't 
> that depend on what you do with it? If I loop through 
> session.QueryName, but only read the values, is that
> not a 'readonly' for locking purposes? 

The act of running the CFQUERY tag with a NAME attribute of
"application.foo" or "session.foo" writes to the Application or Session
scope, respectively.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: (202) 797-5496
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to