cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

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

schakravarthy
6-Contributor

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

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 1

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

Top Tags