coding PL/SQL program more easly and quickly ?

From: Chris <stvllium_at_ms18.hinet.net>
Date: 2000/08/04
Message-ID: <8mdel7$q7m_at_netnews.hinet.net>#1/1


[Quoted] Hi, all

[Quoted] Is there have any way could convert Code1 to Code2 :

  • Code1, use package name per member. [Quoted] PKGCommon.DataMember1; PKGCommon.DataMember2; PKGCommon.Function1; PKGCommon.Function2; PKGCommon.Function3;
  • Code2, use package name once only. with PKGCommon do begin DataMember1; DataMember2; Function1; Function2; Function3; end;

Thanks

Chris Received on Fri Aug 04 2000 - 00:00:00 CEST

Original text of this message