This is my limited knowledge. The user of queryparam does not allow the prepared sql statement to be statically cached because it does not have a set structure (used to cached the query values). The queryparam makes the statement dynamic.
....................... Ben Nadel www.bennadel.com Certified Advanced ColdFusion Developer Need Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Chad McCue [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 12:28 PM To: CF-Talk Subject: Using CachedWithin I am trying to use the CachedWithin attribute of my cfquery but will not allow me to do this because I am using <cfqueryparam> in my Where clause. What is the reason for this? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252581 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

