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: For in datagrid

Re: For in datagrid

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Sat, 27 May 2006 10:33:10 +0200
Message-ID: <44780ec7$0$15782$14726298@news.sunsite.dk>


"Valeria De Luca" <valeria_at_nik.it> wrote in message news:44777f2c$0$18281$4fafbaef_at_reader1.news.tin.it...
> Ciao, come posso creare un ciclo for che mi itera tutte le righe di una
> gridView?? e come leggere il contenuto dei campi?
>
> Grazie per l'aiuto

begin

    for x in (select column1, column2, ... from your_table(s))     loop

       your_code_for x.column1, x.column2 here;
     end loop;
     end;

/ Received on Sat May 27 2006 - 03:33:10 CDT

Original text of this message

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