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.
 
Back
Top