Simulate Result set closing failed [closed]

I’m thinking something like this:

  1. Create a prepared statement and do a query with it., getting back a result set.
  2. Close the prepared statement.
  3. Attempt to close the result set after closing the prepared statement.

Leave a Comment