Hello buddies,
I am designing a simple data based software in GUI.
The user will give input in the textfields , and after pressing the "submit" button, it will take tht data from the textfield to the data base.
For Eg: Name : Ivor Horton (JTextField1)
Phone: 12345 (JTextField2)
State: Nevada (JTextField3)
(Table name is INFO and colums are Name, Phone and State)
kindly send me a sample code or some guidelines to do this .... i know its very easy stuff for u guys out there