3
Answers

how to pass multiple parameters into insert sql query

i have been doing insert query but each time it fails
INSERT INTO Mytable (Id, name) VALUES (txtbox1.value, txtbox2.value),
how to use this query using sql connection and pass two paramerters.  

Answers (3)