Re: Cursors

From: Herbie <herbie_at_faamsnet.com>
Date: Wed, 29 Dec 1999 00:34:09 GMT
Message-ID: <5Gca4.969$wd2.26911_at_dfiatx1-snr1.gtei.net>


Are cursors the samething as defined streams of I/O?

--Hal.

WaltX <waltx_at_dnet.it> wrote in message news:946417148.1072387681_at_news.interbusiness.it...
> Or maybe try this
>
> cursor one is
> select a, b
> from tab_one;
>
> cursor two(var_name VAR_TYP) is
> select c, d
> from tab_two
> where c=var_name;
>
> begin
> for rec1 in one loop
> ...
> for rec2 in who(rec1.a) loop
> ...
> end loop;
> end loop;
> end;
>
> ????????
>
>
> On Tue, 21 Dec 1999, Stéphane D'Hoedt wrote:
> >Hi,
> >
> >I made cursors in my procedure. But I would like to know if I can call a
> >field of a cursor in another cursor.
> >I hope there is someone who can help me.
> >
> >Thanks,
> >Stéphane D'Hoedt
Received on Wed Dec 29 1999 - 01:34:09 CET

Original text of this message