M
Mark
I need to display a fairly large table of data from a database in a JTable.
Because of the possibly large amount of data to display I've been trying to
write my own TableModel that fetches on demand and doesn't use ResultSet.last or
ResultSet.absolute (because the database doesn't support scrollable cursors) but
it's a non-trivial task.
A quick google/koders/codase search for existing implementation brings up lots
of results but most pre-load data into an ArrayList or use ResultSet.absolute.
Aside from JIDE Data Grid, JDataGrid and QuickTable, does anyone know of any
existing, proprietary or open source, implementations of TableModel that can
display data from a database?
TIA
Because of the possibly large amount of data to display I've been trying to
write my own TableModel that fetches on demand and doesn't use ResultSet.last or
ResultSet.absolute (because the database doesn't support scrollable cursors) but
it's a non-trivial task.
A quick google/koders/codase search for existing implementation brings up lots
of results but most pre-load data into an ArrayList or use ResultSet.absolute.
Aside from JIDE Data Grid, JDataGrid and QuickTable, does anyone know of any
existing, proprietary or open source, implementations of TableModel that can
display data from a database?
TIA