com.microsoft.sqlserver.jdbc.SQLServerException: A result set was generated for update

Hi All,

I Hope you are doing good. I have encountered an error while provisioning to JDBC application. Below is error. please help to resolve.

**com.microsoft.sqlserver.jdbc.SQLServerException: **
A result set was generated for update.

below is the rule where I am getting the error.

Regards,
Venu

Hi @Venu1010 ,

Instead of using CreateCallStatement.executeUpdate() method, you can try with CreateCallStatement.execute();

1 Like