Updating tableview back into database table
963881Oct 17 2012 — edited Nov 4 2012I am trying to display a recordset from mysql database table into a tableview in javafx. Maybe let's say get all records where invoice number is 101 i n the master table from the child records in the child table.(This is a typical master detail scenario.) After this I update the tableview add, delete, edit some records AND then I want to save this Tableview or rather update it back, synchronise into the database table.
I request you to kindly help with sample code or any guidelines that will help me in this objective.