Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Exist clause in PL/SQL

Re: Exist clause in PL/SQL

From: Yaron Avior <yavior_at_mercury.co.il>
Date: 13 Nov 2001 04:15:00 -0800
Message-ID: <1b00d968.0111130414.2b28f567@posting.google.com>


DStevens <dstevens_at_navidec.com> wrote in message news:<3BF02A3F.6288F258_at_navidec.com>...
> Or
> begin
> insert into table ...
> exception when others then -- catch any error, can also check specifically
> for just duplicate key violation.
> null;
> end;
>
> >

I need to execute it via VB client, through ADO connections & recordsets. What are my options ? Received on Tue Nov 13 2001 - 06:15:00 CST

Original text of this message

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