This may be a simplistic answer, but don't cache the query and it will run
everytime the page is accessed.  Look for "cachedwithin" or "cachedafter" in
the cfquery tag.  Or if the query is named something like "SESSION.queryName"
or "APPLICATION.queryName", change the name to just "queryName".

Sharon

At 09:33 AM 5/3/2000 -0700, Doug Ford wrote: 
>
> Hi Folks, 
>
> What's the best way of forcing a query to always
> run instead of it being cached?
>
> I am pulling a record from a DB and displaying it, 
> but when I do a refresh/reload it doesn't
> run the query again. 
>
> What's the best way of doing that?
>
> Thanks,
>
> Doug
> --------------------------------------------------------------------------
> ----
> Archives:
> <http://www.egroups.com/list/cf-talk>http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
>
> <http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk>h
> ttp://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send
> a message to [EMAIL PROTECTED] with 'unsubscribe' in the
> body.




------------------------------------------------------------------------------
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