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: Oracle stored procedure limits with resultsets

Re: Oracle stored procedure limits with resultsets

From: smushran <smushran_at_nospam.us.oracle.com>
Date: 2000/03/20
Message-ID: <38d6b9e1.253772937@newshost.us.oracle.com>#1/1

Download Oracle's OLE DB Provider from http://technet.oracle.com/

It is designed to work with ADO and it supports PL/SQL REF Cursor (resultsets).

Sunil

On Mon, 20 Mar 2000 11:09:39 +0100, "Christian BRUNO" <brunoc_at_ifrance.com> wrote:

>Hello,
>
>please could you confirm this limit of Oracle Server, and tell me where to
>find an official document or any Oracle Documentation about this ?
>
>"Support for stored procedures (functions) that return a cursor or resultset
>was not available until Oracle Server Version 8.0.5 or higher"
>
>how to do if i have to write a stored procedure that selects more that 1 row
>from a table and returns the result to a Win32 Client ? is there a solution
>compatible with ODBC ? or ADO ? other ?
>
>any help would be greatly appreciated
>
>Regards,
>Christian
>
>
>
>
>
>
>
>
Received on Mon Mar 20 2000 - 00:00:00 CST

Original text of this message

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