Menu

#5 Testsuite traversal class Checking Resul

closed
nobody
None
5
2002-04-25
2002-03-11
No

Checking ResultSet.isLast() fails because in
while (RS.next()) { ...}
you obviously must come after last - so the right
check would be
Checking ResultSet.isAfterLast()!

Discussion

  • Igor Lastric

    Igor Lastric - 2002-03-11

    Traversal.java - Testsuite class

     
  • Mark Matthews

    Mark Matthews - 2002-04-25
    • status: open --> closed
     

Log in to post a comment.