Java, Sychronize JTable and ResultSet

Posted by rodion on Stack Overflow See other posts from Stack Overflow or by rodion
Published on 2010-04-04T12:40:04Z Indexed on 2010/04/04 12:43 UTC
Read the original article Hit count: 401

Filed under:
|
|

Hello, I have JTable, And AbstarctDataModel with fill(ResultSet rs) methods.

How to correct synchronize cursor of JTable with ResultSet's cursor?

Any links?

Thanx a lat.

P.S. Please, add AbstractTableModel tag

-- Canton of Uri's citizen

© Stack Overflow or respective owner

Related posts about java

Related posts about resultset