Skip to main content
14-Alexandrite
February 14, 2018
Solved

Write data to MS SQL database from Thingworx

  • February 14, 2018
  • 1 reply
  • 2855 views

Can anyone suggest how to insert data to database from Thingworx? Through MS SQL extension, I am able to connect to database and read the data in the table. But I am not able to INSERT values into the table. The service showed some syntax error.

Best answer by Sathishkumar_C

Use SQL Command to write a data to a DB.

1 reply

17-Peridot
February 14, 2018

Use SQL Command to write a data to a DB.

14-Alexandrite
February 14, 2018

Thank you @Sathishkumar_C