ResultSet.isLast not supported - but need to know
Hi;
I have a case where ResultSet.isLast is not supported (Sql Server JDBC driver when reading a stored procedure). I need to know if I am on the last ResultSet, but I still need to read from the ResultSet I am on after checking. Is there any way to do this? Maybe hold on to one ResultSet and call ResultSet.next() to see if the next exists?
thanks - dave