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 -> stored procedures

stored procedures

From: Larry Pettit <larry.pettit_at_ps.net>
Date: Wed, 10 Nov 1999 14:55:41 -0700
Message-ID: <9KlW3.833$ed7.33239@news.uswest.net>


If a store procedure returns only one row, I use the select/into format, otherwise I use a cursor with a loop.

Is there any other way to return multiple rows. We're using a visual c++ client and it works with only one row but it's not working when the stored procedure (with a cursor) returns many.

It works fine both ways in SQL *PLUS

Any suggestions?
Thanks. Received on Wed Nov 10 1999 - 15:55:41 CST

Original text of this message

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