From: Eugene F on
You can check to see if the DB2 driver that your application is using
to communicate with DB2 database can be set to suppress warnings from
DBMS. Also, if the driver supports that, instead of embedding SQL in
your application, consider calling a stored procedure where you have
much more flexibility to handle your logic and exceptions/warnings as
well.

-Eugene

From: Tonkuma on
If you are using these statements in Stored Procedure, I think that you
can use GET DIAGNOSTICS statement to get returned message text of a
statement executed just before.

From: rAinDeEr on
Hi all,

Thanks for the output...
I had a great learning and new options to use :-)

~ ME

First  |  Prev  | 
Pages: 1 2 3
Prev: Failover problems
Next: SQL0901N Error.