Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Delphi cursor on PL/SQL table
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.
![]() |
![]() |