lets say i have a query :

<CFQUERY NAME="getProductDetails" DATASOURCE="xyz"
CACHEWITH="#CreateTimeSpan(0,1,0,0)#">
    SELECT * FROM Product WHERE Pdt_ID = #Attributes.PdtID#
</CFQUERY>

thus, for every product request, this query will be recached since the query
statement will be different. would it be better to rename the query to
something like NAME="getProductDetails_#Attributes.PdtID#" instead?

thanks


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

Reply via email to