Обсуждение: Raise Notice & Java

Поиск
Список
Период
Сортировка

Raise Notice & Java

От
"devang"
Дата:
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

От
Marek Lewczuk
Дата:
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