Save JTable to Database

Hi,

I am trying to display data from database into the JTable swing component. This works fine.

But now i want to save the changes in the table.

I have no idea how i get the jtable data into the database back!?

Can u help me please?

Thank you very very much

Message was edited by:

Dadu2006

[339 byte] By [Dadu2006a] at [2007-11-27 2:03:10]
# 1
You need to read from the JTable's model (myJTable.getModel()).
TimRyanNZa at 2007-7-12 1:45:13 > top of Java-index,Desktop,Core GUI APIs...
# 2
i thing u can use this code...table.getValueAt(row,colum);this will work...
deepak_cuceka at 2007-7-12 1:45:13 > top of Java-index,Desktop,Core GUI APIs...