Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
December 18, 2012

"ColdFusion supports positional parameters. If you use positional parameters, you must code cfprocparam tags in the same order as the associated parameters in the stored procedure definition."

In other words, this could be rewritten as just:

"You must code cfprocparam tags in the same order as the associated parameters in the stored procedure definition."