Skip to main content
1-Visitor
December 14, 2017
Question

how to get input from user and store it in database in thingworx

  • December 14, 2017
  • 1 reply
  • 1922 views

Hi ,

Is it possible to get an input from the user using a textbox and store it in database in the thingworx mashup . I know how to get data from DB using services but i would like to know if i can write values into database.

1 reply

5-Regular Member
December 14, 2017

Hi Swetha, writing to DB would be pretty much the same technique as pulling data from the DB. You will need to create services containing Insert statements and then you can substitute the values with the values entered by the users e.g. in a mashup.

For e.g. services you can give this a try Types of JDBC Calls from JDBC Extension & RDBMS Extension in ThingWorx