3
Answers

how to pass multiple parameters into insert sql query

Anand

Anand

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