Tuesday, November 8, 2011

Checking for end of recordset in Java?

Hi i have recordset (rs) in Java which I loop though using a while loop, and would like to know the syntax for checking if I have reached the end of it. I use rs.next() to get the next record, but can't see a command to check for the end of a recordset. If anyone can help it would be appreciated.

No comments:

Post a Comment