Retrieving Status Messages from a StoredProc
Hi,
We are having a StoreProc which will not return any result set, but may return status messages like"10 Rows affected" etc.
Do you have any idea how to retrieve these messages?
Please note that therewill not be any PRINT statement in the StoredProc. These messages are coming from the database.
We are using jconn2.jar for Sybase connection.
Thanks in advance..

