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 -> How can I catch a specific ORACLE error in my PRO*C application

How can I catch a specific ORACLE error in my PRO*C application

From: Abiy ALEMU <alemu_at_cril-ing.fr>
Date: Tue, 27 Jul 1999 11:11:06 +0200
Message-ID: <379D77A9.CEA30076@cril-ing.fr>


I would like to make something like
  EXEC SQL WHENEVER (SQLCODE = 6502) CONTINUE I know that I can't do that but I would like to have a possibility to continue the processing for a specific type of error and to exit for some other types of errors.

--

                               __\/__
                              / ^  ^ \
                           (\| (o)(o) |/)

--------------------------oOOOo--oo--oOOOo-------------------------------
| Abiy Alemu | abiy_at_biotec.jouy.inra.fr |
-------------------------------------------------------------------------
Received on Tue Jul 27 1999 - 04:11:06 CDT

Original text of this message

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