-
Exception (1 messages)
- Posted by: vino priya
- Posted on: November 07 2000 09:18 EST
Why do we get the Exhausted ResultSet Exception? How to resolve it?Threaded Messages (1)
- Exception by Kondala Rao Bokkisam on November 14 2000 04:25 EST
-
Exception[ Go to top ]
- Posted by: Kondala Rao Bokkisam
- Posted on: November 14 2000 04:25 EST
- in response to vino priya
Hi Priya,
I think you must have got this exception when you are
trying to loop through the result set beyond its size.
Check this out. This is what I predict.
If that is the case, your while loop condition could
be wrong.
You use ...
while(rs.next() != null) {...some code here...}
If u have any question feel free to ask me. my id is kondalb at usa dot net
Kondala Rao Bokkisam