Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Updating tableview back into database table

963881Oct 17 2012 — edited Nov 4 2012
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2012
Added on Oct 17 2012
1 comment
2,184 views