passing mulitple parameters from jsp to a database
Expand Post »
I am using java server pages and connecting it to a simple access database.
I have a form with about four columns in it. Two of the column are already filled out and the other two need filling out. In the two empty columns there are text boxes which allows users to insert data into. There are about 16 textboxes in total on 8 rows so two text boxes on a row. I want users to fill in all of the text boxes then click submit which will then insert this data into rows into a simple access database. I am able to insert the content of the 1st row (2 textboxes) however the other textboxes are not recognised. Plz help? I have used the getParameter method and simple insert statements. Do i need some sort of loop so that all of the insert statements are read as appose to just one. Im not quite sure how to do this.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.