[Advanced-java] java problem

Marco Ferretti marco.ferretti at gmail.com
Mon Jul 7 04:53:25 PDT 2008


On Jul 7, 2008, at 9:15 AM, swati awasthy wrote:

> i am creating a gui in java swings using jtable and jdbc..
> i want that whever i make any changes to any cell in my jtable then  
> those changes sholud be saved to my database .my database is in ms- 
> access..
> i m using the following setValueAt
> method:
>
[CUT]
>
>             statement.executeUpdate(s);

did you try to execute ( eg. using squirrel SQL ) the resulting SQL  
statement ?  Does it run happily ? Can you post it ?  Also, could you  
please post the stacktrace ? ( not only e.getMessage() )

TIA

  


More information about the Advanced-java mailing list