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.
No comments:
Post a Comment