Thread: Raise Notice & Java

Raise Notice & Java

From
"devang"
Date:
Hello everybody, (excuse-me for my english).
I have the following question.
how to capture raise notice message of function, procedure etc. in java?

Tanks to all.


------------------------------------------------------
Scegli infostrada: ADSL gratis per tutta l’estate e telefoni senza canone Telecom
http://click.libero.it/infostrada


Re: Raise Notice & Java

From
Marek Lewczuk
Date:
devang pisze:
> Hello everybody, (excuse-me for my english).
> I have the following question.
> how to capture raise notice message of function, procedure etc. in java?
>
> Tanks to all.
ResultSet.getWarnings() or Connection.getWarnings() or
Statement.getWarnings().

Regards,
ML