Re: ResultSet is Exhausted
Posted By:
Prasad_BAV
Posted On:
Tuesday, August 7, 2001 10:12 AM
You will get this exception when you are trying to get data from result set (like rs.getInt(1)) when rs.next() resulted false.
That means to say when trying to read from result set when it did not have any data or exhausted.