Here's the CF markup that gets the error (on RS3 toward the bottom):
<cftransaction>
<cfstoredproc datasource="#datasource#" procedure="RVSPSEC"
returnCode="Yes">
<!--- cfprocparam tags - variables passed to security stored procedure --->
<cfprocparam type="IN"
cfsqltype="CF_SQL_VARCHAR"
value="#pin##applicationType##applicationSource##paddingSpaces#">
<!--- cfprocparam tags - variables passed from the security stored procedure
---> <cfprocparam type="OUT"
cfsqltype="CF_SQL_VARCHAR"
variable="code">
<cfprocparam type="OUT"
cfsqltype="CF_SQL_VARCHAR"
variable="message">
<!--- result set tag --->
<cfprocresult name = RS1>
<cfprocresult name = RS2 resultSet="2">
<cfprocresult name = RS3 resultSet="3">
</cfstoredproc>
</cftransaction>
(I have tried it without dbvarname, which is deprecated, and the result is
the same - they are back in as we try stuff.)
Any ideas what is happening here and how to correct it?
Thanks!
George
[EMAIL PROTECTED]
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

