I want to Know how to insert multiple records at a time in a table from the
jsp page. to make it i clear, I explain what i am doing. At first i have a html page which consists of a table and multiple rows. I will be giving inputs in multiple records. After submitting this page, It will open the
JDBC connection. But how to get all the values which i had given as the input and how to store the same in database using JDBC?
------------------
Sridhar Reddy Mosali