Does anyone know of a JDBC table model that is designed to handle large
datasets?  One that can be configured to retrieve n number of rows in the
result set, and go back to the db when scrolling would mean new data is
going to become visible? In other words, if a table has ten thousand rows,
you wouldn't want to bring all those rows in at once, as it might take a
very long time.  So only the first - say 100 - rows are brought in.  As
the use scrolls down, the next 100 are brought in, etc.

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to