cflisa
Member since Jan 5, 2012
- Profile: /members/9450-cflisa.htm
- Comments: 2
Recent Blog Comments By cflisa
-
ColdFusion CFQueryParam Binding vs. SQL Execution
Posted on Jan 5, 2012 at 11:46 AM
(Sorry, I missed an ending </cfif> in there).... read more »
-
ColdFusion CFQueryParam Binding vs. SQL Execution
Posted on Jan 5, 2012 at 11:45 AM
@dcs, @Ben, I realize I'm joining this discussion late but FWIW, here's how I clear a ColdFusion query cache on a granular level. <cfset variables.cachedWithin = CreateTimeSpan(1,0,0,0) /> <cfif IsDefined("url.clearquerycache") and url.clearquerycache> <cfset variables.cac... read more »