Hello,
I am running a certain Stored Procedure using CallableStatament. . The boolean value from the execute() method return true only if a ResultSet was return yet this one doesn't return any ResultSet.
So, my question is, how can I test if the Stored Procedure completed succefully?
I am running a certain Stored Procedure using CallableStatament. . The boolean value from the execute() method return true only if a ResultSet was return yet this one doesn't return any ResultSet.
So, my question is, how can I test if the Stored Procedure completed succefully?