RE: CFC Query Question

2010-08-03 Thread Jason Fisher
Makes sense. Clearly, if you were testing for "ID = '#myVar#'", then the number of variances would make caching irrelevant, but it sounds like this case might be a good candidate. ~| Order the Adobe Coldfusion Anthology now

RE: CFC Query Question

2010-08-03 Thread Robert Harrison
her [mailto:ja...@wanax.com] Sent: Tuesday, August 03, 2010 2:52 PM To: cf-talk Subject: re: CFC Query Question Well, that code will create a separate cache for each version of the variable query statement. Cf http://forums.devshed.com/coldfusion-development-84/cfml-cfquery-cachedwithi n-do

re: CFC Query Question

2010-08-03 Thread Jason Fisher
Well, that code will create a separate cache for each version of the variable query statement. Cf http://forums.devshed.com/coldfusion-development-84/cfml-cfquery-cachedwithi n-does-changing-order-by-create-new-query-680793.html In other words, I think it will work the way you expect.