0
Is there any way to update or delete row of the jtable when it is bind to sql table?
When i bind a jtable to sql table, jtable getting fill with sql table data. (Right click on jtable>bind>elements > select database > and import columns). But i can not update of sql table data with jtable. Is there any way in this topic? And after edit or delete any row, how can refresh jtable? Im using netbeans.
1 Answer
0
yes, it is.
when you bind jtable to sql table, a new class created, inside this class add entity method and u can add, delete, update and...