pointertowhat
Programmer
I have a Jtable thats bound to a DB table. Sometime the database can be updated and the model of the table changes but the displayed data doesn't.
At the moment I have to cause a manual refresh by unbinding the table then rebinding it, which seems to me to be a really ugly solution.
Is there a better way?
p.s. I'm using netbeans which creates a query object for the db table and a result list object that the table binds to. The result list updates automatically when the db data changes.
At the moment I have to cause a manual refresh by unbinding the table then rebinding it, which seems to me to be a really ugly solution.
Is there a better way?
p.s. I'm using netbeans which creates a query object for the db table and a result list object that the table binds to. The result list updates automatically when the db data changes.