Why would you need to dynamically name the query?

If the returned data from one cached query to another
is different, CF keeps track of which is which even
when your template refers to them by the same name.

best,  paul

At 08:03 AM 10/5/00 -0800, you wrote:
>Another idea? If your server can handle it, you could dynamically name your
>query, appending the CFTOKEN to the end of the query name. Cache the query
>result, and when you need the query results again, they are cached so you
>won't be double-hitting the SQL server.
>
>It would look like <CFQUERY name="qry_8123456" cachedwithin="20"> or
>something like that.

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to