| Author |
Insert VALUE from JTEXTFIELD to DATABASE [I accidentally clicked the RESOLVED button :| ]
|
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
|
 |
Kammaganti Kamal
Greenhorn
Joined: Jul 12, 2011
Posts: 6
|
|
Clue :
Simple Insert Statement : Insert into tablename values('100');
|
 |
 |
|
|
subject: Insert VALUE from JTEXTFIELD to DATABASE [I accidentally clicked the RESOLVED button :| ]
|
|
|