Posts by JUANEZ COSTA • 1 point
1 post
-
0
votes3
answers5185
viewsA: How do I know in JAVA that the Resultset result is empty?
After the while(){} Try a check if the resultSet traveled to the last, IE, whether found records or not: if(!resultSet.isAfterLast()){} If the resultset contains no lines the above condition will be…
javaanswered JUANEZ COSTA 1