Anand

Anand

  • NA
  • 144
  • 10.6k

how to pass multiple parameters into insert sql query

Dec 16 2019 10:17 AM
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)