Re: obtaining the username for form display

From: Jhansi Rani <p_jhansi_at_hotmail.com>
Date: 1998/02/25
Message-ID: <34F42397.660F_at_hotmail.com>#1/1


Hi,

Why not simply use

 begin

         select user into :my_blk.name
         from dual;

 end;

Why do you need an intermediate variable?

Regards
Jhansi Received on Wed Feb 25 1998 - 00:00:00 CET

Original text of this message