Hi All,
I have an insert statement that is embedded in a stored procedure call, please see my code.
Now what I want is to retrieve the number of rows affected. In plain
JDBC, the callable statement is returning the number of rows affected this is for me to add logic
so that I will know that the Insert/Update procedure was successful.
Do you know how to do this? I have tried the class SqlReturnUpdateCount, but it returns null.
SQLOutParameter "return_value" is not correct also as I do not have a parameter which is an Out Parameter in my stored procedure. I am using MSSQL by the way. Please advise.