1 Replies - 2735 Views - Last Post: 01 November 2012 - 04:01 AM Rate Topic: -----

#1 PreethiGowri   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 01-November 12

how to Update database table from jTable

Posted 01 November 2012 - 01:00 AM

i have created a single column editable jtable in netbeans 7.2, Now i want to update the database table, the values that is been edited in jtable, how do i do it?
Is This A Good Question/Topic? 0
  • +

Replies To: how to Update database table from jTable

#2 g00se   User is offline

  • D.I.C Lover
  • member icon

Reputation: 3744
  • View blog
  • Posts: 17,121
  • Joined: 20-September 08

Re: how to Update database table from jTable

Posted 01 November 2012 - 04:01 AM

Other than using advance RowSet techniques, you will probably need to do an explicit sql update statement on the table using the contents of the TableModel
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1