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).