|
I have a simple Oracle Stored
procedure:
CREATE OR REPLACE PROCEDURE "AYB001" (our_recordset OUT SYS_REFCURSOR)AS BEGIN OPEN our_recordset FOR SELECT * FROM T_DEPT;END; / It returns a
recordset and works when tested from TOAD, but when I try it from CF with
this:
<cfstoredproc
procedure="MYSCHEMA.AYB001"
datasource="***" username="***" password="***"> <CFPROCRESULT NAME="HOLDER"> </cfstoredproc> I GET:
---------------------------------------------------
Galen M. Smallen
Senior IT Systems
Analyst
Quality Data
Systems Bell
Helicopter-Textron
| |||
_______________________________________________ Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/
