View Single Post
Join Date: Mar 2006
Posts: 20
Reputation: muthumari is an unknown quantity at this point 
Solved Threads: 0
muthumari muthumari is offline Offline
Newbie Poster

Re: inserting multiple selection from checkbox in to one column

 
0
  #3
Mar 30th, 2006
Originally Posted by masijade
With a prepared statement and multiple executes.



Hi,
Thanx for your reply . I know, how to retreive the checkbox value(using prepared statement with request.getParameteVales("checkboxname")).



But, It will return an array of values.
I don't know about how to insert this array of values into single column of the table(sqlserver database).
Reply With Quote