Skip to main content
This topic is closed to new replies. Start a new post to keep the conversation going.

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."