I am trying to complete a DB access method for my Web Service. The service and the DB access methods work fine for all other tables in the DB, but this one particular method
Use if (!rs.isBeforeFirst()) instead of if (rs.isBeforeFirst()). your problem would be solved.