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 -> SQL return code

SQL return code

From: Vijay Raghavacharian <vragha_at_ctp.com>
Date: Mon, 27 Apr 1998 14:51:35 -0700
Message-ID: <3544FDE7.293D6369@ctp.com>


Guys !!
I need to do something like this:

select * from <table1>;

if (NO_DATA_FOUND)
{

    do something else
};

How do I check the return code of an SQL statement without going into PL/SQL? Thanks.

--
Vijay Raghavacharian
vragha_at_ctp.com
voice: 650-372-6246
fax: 650-372-6200

Cambridge Technology Partners (415-574-3710) 1300 South El Camino Real, Suite 600
San Mateo, CA 94402
http://www.ctp.com Received on Mon Apr 27 1998 - 16:51:35 CDT

Original text of this message

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