Is there any way to update or delete row of the jtable when it is bind to sql table? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

16th Oct 2018, 10:49 AM
hamid
hamid - avatar
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...
31st Oct 2018, 8:07 PM
hamid
hamid - avatar