Refreshing data in a java.sql.ResultSet

Posted by llm on Stack Overflow See other posts from Stack Overflow or by llm
Published on 2010-04-19T19:24:09Z Indexed on 2010/04/19 19:33 UTC
Read the original article Hit count: 174

Filed under:
|
|

I have a java.sql.ResultSet object containg data from a query that was run.

How do I refresh the data in the ResultSet to reflect the current data in the database?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about resultset