cfprocresult

Associates a query object with a result set returned by a
stored procedure. Other CFML tags, such as cfoutput and
cftable, use this query object to access the result set. This
tag is nested within a cfstoredproc tag.

  <cfprocresult name="">

 cfprocresult(name="");

Attribute Reference

name string
Required

Name for the query result set.

resultset numeric

Names one result set, if stored procedure returns more than
one.

maxrows numeric

Maximum number of rows returned in result set.

Examples
Sample code using the cfprocresult tag

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub