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: Help with stored procedures

Re: Help with stored procedures

From: Thomas Vanya <twvanya_at_nospameastman.com>
Date: 1997/10/06
Message-ID: <01bcd26b$8256ee00$0cdb74a6@pc88511209.tex.emn.com>#1/1

If by client you are referring to something like MSAccess or a VB app, then you will need to use Oracle Objects for OLE. It provides an Oracle Data Control that properly communicates with a stored procedure which uses cursors just as you suspected. Documentation supplied with Oracle Objects gives proper syntax as do the examples.

-- 
Thomas W. Vanya
Oracle and OracleRdb Database Administrator
Eastman Chemical Company
-------------------------------------------------------------------------
(Due to proliferation of spammers, remove nospam from address.)

Haresh Assumal <assumal_at_sprynet.com> wrote in article
<01bcd262$e94e9300$fab1aacc_at_mycomp.intermediainc.com>...

> HI,
> Could someone please tell me how can I return mutliple rows from a stored
> procedure? I think I need to open a cursor, but how do I return the
results
> to the client?
> Any help would be much appreciated.
> Thanks,
> Haresh
> Email: assumal_at_sprynet.com
>
>
Received on Mon Oct 06 1997 - 00:00:00 CDT

Original text of this message

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