how do we update the back-end table from front-end jtable?
i'm using the following things in my project -
editor- netbeans 7.2
framework - core java
database - mysql 5.0.96
my question-
i have a jtable with just one column made editable, when the user edit's the content of the table from front-end i want to update my table in back-end with the edited value, and how do i do it?
i'm using the following things in my project -
editor- netbeans 7.2
framework - core java
database - mysql 5.0.96
my question-
i have a jtable with just one column made editable, when the user edit's the content of the table from front-end i want to update my table in back-end with the edited value, and how do i do it?
Comment