rad
8 years agoOccasional Contributor
Hello , I recently upgraded to soap15.3 version and some of my JDBC test cases are failing
I have some test cases with JDBC test steps. Some of the JDBC tests are suddenly failing
select * from tblAssignedExternalAccounts where FKAccountNumber=17
select * from tblExternalProducts where ExternalProductsKeyId=15
If I remove the second line it returns the response fine, but with this, I keep getting java.sql.SQLException: ResultSet is closed.
I have lot of tests with this type of queries . Please suggest!. I am using ODBC driver for connections
Driver: sun.jdbc.odbc.JdbcOdbcDriver
Connection string: jdbc:odbc:{Driver name configured}
I use SqlServer database