Quick minds will say "hey, there's no ResultSet.hasNext(), only ResultSet.next()". Thing is, the "next()" method both advances the cursor and tests whether or not there is a next row. How can I determine whether there is a next row without advancing the cursor? Or I'll settle for determining whether there are ANY rows whatsoever.
(My first guess would be to say ResultSet.isAfterLast(), but that returns false if there are no rows in the result set.)
Thanks for any help. Liam Morley
lmorley@wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."
(My first guess would be to say ResultSet.isAfterLast(), but that returns false if there are no rows in the result set.)
Thanks for any help. Liam Morley
lmorley@wpi.edu
"light the deep, and bring silence to the world.
light the world, and bring depth to the silence."