Hello all,
What shoulen de syntax be if I would like to insert a float value in SQL table. I have tried this:
SQL_Table = "UPDATE TestTable SET TestElement = "& 10.8 &" WHERE SerialNo = '"& TestTag &"';"
What type should TestElement have ? How should the syntax be ?
Thanks
Olof
What shoulen de syntax be if I would like to insert a float value in SQL table. I have tried this:
SQL_Table = "UPDATE TestTable SET TestElement = "& 10.8 &" WHERE SerialNo = '"& TestTag &"';"
What type should TestElement have ? How should the syntax be ?
Thanks
Olof