Re: [GENERAL] Swing JTable and ResultSet TableModel (with big resultsets)

2006-10-28 Thread John DeSoi
On Oct 27, 2006, at 5:29 AM, Stefano B. wrote: I have investigate about the possibility of load (in the client side) only a small subset of the resultset but with no luck. In the maling lists I see that the only way to load the resultset incrementally is to define a forward only resultset w

[GENERAL] Swing JTable and ResultSet TableModel (with big resultsets)

2006-10-27 Thread Stefano B.
Hi, I don't know if this is the right list for this question but I don't know where to ask...   I have a question about JTable and a ResultSet TableModel (using JDBC postgresql driver).   I have to develop a swing JTable application that gets the data from a ResultSetTableModel where the use