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