RE: Using CachedWithin

2006-09-08 Thread Ben Nadel
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

Re: Using CachedWithin

2006-09-08 Thread Jochem van Dieten
Chad McCue wrote: 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? History :) I am sure that if enough people tell Adobe we want to use automatic caching with

Re: Using CachedWithin

2006-09-08 Thread Tom Kitta
Until that time you can just implement you own in memory caching of result set using session/application/server scopes, TK - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, September 08, 2006 12:29 PM Subject: Re: Using

RE: Using CachedWithin

2006-09-08 Thread Ben Forta
PROTECTED] Sent: Friday, September 08, 2006 12:29 PM To: CF-Talk Subject: Re: Using CachedWithin Chad McCue wrote: 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? History