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