Posted By:
Tammy_E
Posted On:
Friday, March 29, 2002 07:09 AM
I have a "user" class that querys the database and validates a logged-in user.
This class is used in every doGet() and doPost() method.
The SQL statement that is run is legit and should return a result set.
But
this method in this class keeps throwing java.sql.SQLException:
Cursor state not valid
.
Is this a
synchronization
issue?