Lorand Komaromi wrote:
Jhedzkie Skies wrote:my question is, what if i only want to show 3 specific columns from the said database on the table. what should i do?
Create a TableModel implementation that returns the information of only the columns you'd like to show. Here you can find sample code...
thanks a lot.
i got that one down.
but, is the AbstractTableModel used in MySQL and from JDBC-ODBC Bridge is different?
Co'z i have the model, i used with MySQL. I tried to make a .accdb Access Database now instead of MySQL but this time,
the model cant show the database from .accdb on the JTable...
i haven't changed a code in my model. It works flawlessly on MySQL but not on Bridge.. please help me again..