Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Returning rows from a stored procedure - how?

Re: Returning rows from a stored procedure - how?

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 1997/03/26
Message-ID: <01bc39d5$e62171a0$4c030059@billyv.medscheme.co.za>#1/1

Andy Noble <andy_at_dataworkshop.demon.co.uk> wrote in article <Ey6a8BAa8QMzEwWG_at_dataworkshop.demon.co.uk>... <snip>
> However I cannot find ANY documentation telling me how to
> return a result set from a SELECT statement back to the
> front end application. I can only find comments that it is
> possible.

One of the few things that really sucks on Oracle (besides the crappy client tools). With SQL Server a stored proc can be a simple SELECT SQL statement. You will have to return a SQL cursor as far as I know. The client probably will have to cycle thru the cursor to retrieve the rows.

-- 
regards,
Billy
vslabs_at_onwe.co.za        Verreynne Software Labs,  Johannesburg  Z.A.
Received on Wed Mar 26 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US