Hi,

I have been able to successfully retrieve a recordset from an Oracle Stored
Procedure using Oracle's REF CURSOR type and the
CFSQLTYPE="CF_SQL_REFCURSOR".

I want to know has anyone been successful in passing a recordset into a
stored procedure with a <CFPROCPARAM> tag something like this:

<cfprocparam cfsqltype="cf_sql_refcursor" type="IN" dbvarname="In_Employee"
value="">

When I try this I receive the Oracle error "ORA-24338: statement handle not
executed".

I am using CF5, Oracle 8i, and Oracle's ODBC driver (I know the native
driver is better, but I am stuck with ODBC for now).

Any insight would be greatly appreciated.

Thanks,

Maurice.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to