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: Delphi cursor on PL/SQL table

Re: Delphi cursor on PL/SQL table

From: Eleanor LeClair <eleclair_at_gnossos.com>
Date: Wed, 29 Apr 1998 10:36:54 -0400
Message-ID: <35473B06.744D@gnossos.com>


On Wed, 22 Apr 1998 09:28:43 +0100, Ian Jennings  <"ij"@microware.demon.co.uk(SPAMLESS)> wrote:

 >Hi all,
 >
>I've checked every source and help I can think of so maybe someone can
>point me in the direction of a solution.
>
>I have a PL/SQL table that I am populating in a Stored Proc. I then want
>to get the data out of the table and returned to a Delphi app. I can
>return the whole table from the SP but Delphi doesn't allow me to do
>that. The best I can manage is a cursor. So, I need to be able to run a
>cursor down a PL/SQL table.

If you want to move your data from an Oracle table to a DB, use Batch Move in Delphi.

Received on Wed Apr 29 1998 - 09:36:54 CDT

Original text of this message

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