Whatever message this page gives is out now! Go check it out!

CFQUERY and CFSTOREDPROC variables

Last update:
May 18, 2026
The cfquery tag returns information about the query in this variable:
CFQUERY.ExecutionTime
The cfquery tag uses the query name to scope the following data about the query:
queryname.CurrentRow 

queryname.RecordCount 

queryname.ColumnList
The cfstoredproc tag returns the following variables:
CFSTOREDPROC.ExecutionTime 

CFSTOREDPROC.StatusCode

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page