Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

invalid cursor state

Status
Not open for further replies.

dendog

Programmer
Jun 28, 2001
53
US
how is this error caused and how can i fix it
 
What is the actual Exception being thrown? What are you using Servlets? JSP? JDBC?

If possible post the offending code. Wushutwist
 
If you are doing database access, this normally results from not doing an initial rs.next() on the resultset, where rs = resultset.
bruce21.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top