Java Resultset Vs Rowset. 2ResultSet is connected and not serializable but RowSet is disconnected and serializable. Implementations of RowSet can be Connected or Disconnected.
Im using mysql-connector 309 think Ill go peruse the driver docs Thanks for any help Dave. Always being connected to a database a JdbcRowSet object is most similar to a ResultSet object and is often used as a wrapper to make an otherwise non-scrollable and read-only ResultSet object scrollable and updatable. A ResultSet always maintains connection with the database.
JavaxsqlrowsetJdbcRowSet the subclass of RowSet is a wrapper around a ResultSet which.
RowSet object is a Java bean while ResultSet is not. ResultSet object is not a JavaBean object. A RowSet object can be serialized. ResultSet alone cannot be used as a JavaBeans component.