Hi All,
I am running an updated statement thru' the procedure, which is being called from
Java. What way can I ensure that the rows are updated?
As I am calling the CallableStatement I have the getUpdateCount method, but this returns something else than what I was looking for.
Here is the code:
I get ConfigurationNotFoundException thrown even if there is proper update. What method should I use to verify if any rows are updated?
Thanks,
Padmanabh