Hi all
i use procedure found in oracle name abc
The code is
<CFSTOREDPROC datasource="y" procedure="abc">
<cfprocparam type="IN" cfsqltype="CF_SQL_VARCHAR" value="aaaa" dbvarname="@helloo">
<cfprocparam type = "Out" cfsqltype="CF_SQL_VARCHAR" variable = "z">
<cfprocresult name="queryname" resultset="5">
</CFSTOREDPROC>
<cfoutput>#queryname.recordcount#</cfoutput>
The error is "Element RECORDCOUNT is undefined in queryname "
PLZ any body have any information about this article reply
Thanks for all
i use procedure found in oracle name abc
The code is
<CFSTOREDPROC datasource="y" procedure="abc">
<cfprocparam type="IN" cfsqltype="CF_SQL_VARCHAR" value="aaaa" dbvarname="@helloo">
<cfprocparam type = "Out" cfsqltype="CF_SQL_VARCHAR" variable = "z">
<cfprocresult name="queryname" resultset="5">
</CFSTOREDPROC>
<cfoutput>#queryname.recordcount#</cfoutput>
The error is "Element RECORDCOUNT is undefined in queryname "
PLZ any body have any information about this article reply
Thanks for all