Wednesday, 10 October 2012
java.sql.SQLException: After end of result set
Posted on 18:53 by Unknown
I had to google this exception thrown because I had never encountered it before:
java.sql.SQLException: After end of result set
It turns out that I had called ResultSet rs.next() twice. The second time it was after the end of it. It was a careless dumb coding error.
Simple yet dumb error. Hope this helps.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment