Re: [Help]: PL/SQL Block "Handling NO_DATA_FOUND exception"

From: Marc Bowden <marc_at_otbbb.demon.co.uk>
Date: Tue, 19 Jul 1994 05:36:29 +0000
Message-ID: <774596189snz_at_otbbb.demon.co.uk>


> origional pl/sql block that called the exception since you CANNOT use a
> goto label from the exception handler back to the calling block.

Goto from the excetion handler? Tsk, tsk, how could you even think of such a thing <g>.

You might like to think of:

begin
select
/*** if the select fails with nodatafound control passses to the

      exception handler ***/
do_'update';
exception
  do_insert;
end;

-- 
A Bientot
Marc
Received on Tue Jul 19 1994 - 07:36:29 CEST

Original text of this message