I'm using a product called Neon to invoke an app that returns an ODBC (JDBC) result set. It is capable of returning metadata, a message, and no rows. I'm able to get the SQLState and Message text when a SQLException occurs, but am unable to get the message text when a request for a ResultSet does not throw an exception.
Does anyone know how to get the text returned from "getMessage()" when an exception has not been thrown?
I tried SQLWarning, the object is null.
(I am able to get at the message text thru a Visual Basic app).
Does anyone know how to get the text returned from "getMessage()" when an exception has not been thrown?
I tried SQLWarning, the object is null.
(I am able to get at the message text thru a Visual Basic app).