| Author |
Insert VALUE from JTEXTFIELD to DATABASE
|
Rui Kim
Greenhorn
Joined: Jul 12, 2011
Posts: 3
|
|
Hi guys I'm using usbwerver mySQL for my database and netbeans 7.0 with Glassfish server 3.1 as my server..my project is a Java Desktop Applicaion with Basic Database.
just wanna know how do I insert values which are inputted by a user from my JTEXTFIELD and insert it to my DATABASE? and where exactly should I put it? I really need your help here guys T.T thanks in advance
|
 |
Madhan Sundararajan Devaki
Ranch Hand
Joined: Mar 18, 2011
Posts: 312
|
|
You should put your insert statement(s) in the button click event of your Save button (if you have one).
I am wondering, why a Desktop application uses GlassFish server for!
|
S.D. MADHAN
Not many get the right opportunity !
|
 |
 |
|
|
subject: Insert VALUE from JTEXTFIELD to DATABASE
|
|
|