Hello,
I'm working on a java database application in which users can input information via the form to be stored into my database.
When the application is opened the form is populated with the data from my database. My problem lies within the fact that I don't know what code to use to have data added to a blank form be inserted into my database.
I know how to use the INSERT sql statement but I don't know the code to tell my database to take the data from my fields on my form and then insert them into the database.
I want to be able to press a "Submit" button and have this happen. I'm sure that once I learn this I can figure out DELETE, UPDATE button code as well.
Thanks,
Echo-Force!
I'm working on a java database application in which users can input information via the form to be stored into my database.
When the application is opened the form is populated with the data from my database. My problem lies within the fact that I don't know what code to use to have data added to a blank form be inserted into my database.
I know how to use the INSERT sql statement but I don't know the code to tell my database to take the data from my fields on my form and then insert them into the database.
I want to be able to press a "Submit" button and have this happen. I'm sure that once I learn this I can figure out DELETE, UPDATE button code as well.
Thanks,
Echo-Force!