Re: Retrieving information from MySQL Database and Placing in JTable



christopher_board@xxxxxxxxxxx wrote:

while (rs.next()) {
....
JTable tblResults = new JTable(Data, Cols);

It does seem you are making as many JTables as
the result set has records..

Andrew T.

.