Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Arland Smith   on May 20 In Java Category.

  
Question Answered By: Corinne Rogers   on May 20

You need to check to see if the ResultSet.next() returns
true:<br><br>if(resultSet.next()){<br> String value =
resultSet.getString("column");<br>}

Share: 

 
 
Didn't find what you were looking for? Find more on Getting error in data out & in an object Or get search suggestion and latest updates.


Tagged: