From: Richard Crawford
Sent: Tuesday, February 24, 2004 3:24 PM
To: CF-Talk
Subject: Re: Cold Fusion and Oracle Stored Procedures
> CREATE OR REPLACE procedure dlc_sp_getStudentInfo (
> studentID IN int,
> studentInfo in out types.cursorType
> )
AFAIK, you can't pass a cursor in from CF, so why is studentInfo in out?
Might as well just use an out ref cursor.
Can you run your procedure directly in Oracle?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

