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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Passing Data Sets from Oracle Stored Procedures to Progress C ode

RE: Passing Data Sets from Oracle Stored Procedures to Progress C ode

From: Powell, Mark D <mark.powell_at_eds.com>
Date: Wed, 25 Feb 2004 09:49:30 -0500
Message-ID: <564DE4477544D411AD2C00508BDF0B6A1CE0AA0E@USAHM018.amer.corp.eds.com>


Melanie, when a developer needed to bring data to a Visual Basic program his books indicated that the version of VB he was using did not support Reference Cursors or any Rowtype collections; however, it did support receiving pl/sql tables as arrays in VB. We had to pass back an array for each column value, but the code worked and ran well. Perhaps you will find support for receiving a pl/sql table from a procedure as an array in your tool.

Mark

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Melanie Caffrey Sent: Tuesday, February 24, 2004 6:01 PM To: oracle-l_at_freelists.org
Subject: Passing Data Sets from Oracle Stored Procedures to Progress Code

Hi listers,

Not really familiar with Progress code, and am trying to figure out how to pass a REF cursor, (or something similar), from an Oracle stored procedure to Progress code.

Does anyone have any ideas? (Kirti? There are a few Progress DBs over at Verizon, aren't there?)

Any pointers to any documentation, web sites, books, other list sites would be greatly appreciated.

Unfortunately, I'd never even heard of Progress before two months ago.

Best regards,
Melanie



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html

-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Wed Feb 25 2004 - 08:46:53 CST

Original text of this message

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