| Author |
Updating Data Base
|
nabi bux
Ranch Hand
Joined: Mar 14, 2005
Posts: 73
|
|
Hello, I use glazed list with jTable and I want after editing cells in table update data in database, can anybody send me some tutorial?
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Here is the Sun one.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Kevin Mangold
Greenhorn
Joined: Jan 13, 2005
Posts: 18
|
|
|
One thing I would do is create my own TableModel and within the respective methods, update the database along with updating the data itself within the program.
|
 |
 |
|
|
subject: Updating Data Base
|
|
|