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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Accessing cursor fields

Re: Accessing cursor fields

From: duarte <gduarte_at_timbrasil.com.br>
Date: Fri, 12 Apr 2002 12:52:46 -0300
Message-ID: <a96vua$r2v9$1@ID-139511.news.dfncis.de>


I want to call the cursor column by its position not by its name. I will have fixed number of columns but with differents column names....

CURSOR x IS
select a, b, c, d

......................................

for i in x LOOP

(field 1) blablabla....

I want to call by the position, ok?

"Jim Kennedy" <kennedy-family_at_attbi.com> wrote in message news:R%Bt8.1337$V44.94_at_rwcrnsc53...
> ?
> Not sure what you mean.
> Jim
> "duarte" <gduarte_at_timbrasil.com.br> wrote in message
> news:a96pvh$qlmp$1_at_ID-139511.news.dfncis.de...
> > I need access the cursor field with a index, how to ?
> >
> >

>
> Received on Fri Apr 12 2002 - 10:52:46 CDT

Original text of this message

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