Sep 6, 2001 #2 wushutwist Programmer Aug 3, 2000 984 US What is the actual Exception being thrown? What are you using Servlets? JSP? JDBC? If possible post the offending code. Wushutwist Upvote 0 Downvote
What is the actual Exception being thrown? What are you using Servlets? JSP? JDBC? If possible post the offending code. Wushutwist
Sep 6, 2001 #3 pipk Programmer Feb 20, 2001 455 GB If you are doing database access, this normally results from not doing an initial rs.next() on the resultset, where rs = resultset. Upvote 0 Downvote
If you are doing database access, this normally results from not doing an initial rs.next() on the resultset, where rs = resultset.