I’m thinking something like this:
- Create a prepared statement and do a query with it., getting back a result set.
- Close the prepared statement.
- Attempt to close the result set after closing the prepared statement.
0
solved Simulate Result set closing failed [closed]