chris schiffman schrieb:
> I usually see that when returning a cursor that has no records, my
> workaround was to initialize an empty cursor in the called procedure, ie:
> 
> open P_RETURN_CURSOR for select ' ' as RESPONSE from dual;

Where do I have to add this?

This is the code block that causes the exception:

 <cfstoredproc procedure="is_authorized" datasource="#Application.DSN#"
returncode="yes">
        <cfprocparam type="in" cfsqltype="cf_sql_varchar" dbvarname="fp_user"
value="#session.username#">
        <cfprocparam type="in" cfsqltype="cf_sql_varchar"
dbvarname="fp_procedure" value="READ_ALTDAT_MENUE">
</cfstoredproc>

Best regards

Manuel Reimer

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to