Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Insert multiple values from servlet into database

  Asked By: Phil    Date: Oct 18    Category: Java    Views: 1761
  

Request.getParameterNames() is used to get all the paraname and
request.getparametervalues(paraname) is used to get the value of the given
parameters.
I want to know is how can i add all the values from the "Servlet" into
database,like running a sql query which add all the values into the
database.(ex:getting values from the html form and putting it into the database)
I hv done the stuff related to database connection but need to know how to add
multiple values.

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Insert multiple values from servlet into database Or get search suggestion and latest updates.




Tagged: