I'm trying to place a while loop within a while loop where both are calling the next method of a ResultSet, however, it's not working. I can call each loop separately and they work, but when I try to embed one inside the other, I get
at oracle.jdbc.dbaccess.DBError.check_error(Compiled Code)
at oracle.jdbc.driver.OracleResultSet.next(Compiled Code)
Am I trying to do something that can't be done? Thanks.
at oracle.jdbc.dbaccess.DBError.check_error(Compiled Code)
at oracle.jdbc.driver.OracleResultSet.next(Compiled Code)
Am I trying to do something that can't be done? Thanks.