insert data(the passed in variable) into sql database

  • Thread starter Thread starter kate
  • Start date Start date
K

kate

how to insert data which the value is being hold by a
variable into sql database.
lets say i have this

public function insert(value1)
...... ** what is the correct line to write here to insert
this value1 into my table in sql server?
end function

thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top