August 2001
Intermediate to advanced
976 pages
38h 8m
English
CFPROCRESULT
<CFSTOREDPROC> [<CFPROCPARAM>] [<CFPROCRESULT>] ... </CFSTOREDPROC>
Specifies the name for a result set returned by the
CFSTOREDPROC tag. This allows other ColdFusion
tags to reference the result set. The CFPROCRESULT
tag must be nested within the CFSTOREDPROC tag.
NAME="query_name"
A name for the query result set returned by the stored procedure. Required.
RESULTSET="integer"
The result set to use if the stored procedure returns more than one result set. Optional. The default value is 1.
MAXROWS="row_number"
The maximum number of rows to return with the result set. Optional. By default, all rows are returned.
Read now
Unlock full access