> You can reference the variable CFQUERY.ExecutionTime in your 
> code after
> executing a query.

Another cool tip...

You can test to see if it was a cached query if CFQUERY.ExecutionTime equals
zero (this is handy if you are, for example, logging search queries but you
don't want to duplicate the log entry for each page of search results).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to