3
Answers

how to pass multiple parameters into insert sql query

Photo of Anand

Anand

5y
3.9k
1
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)