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

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

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

schakravarthy
7-Bedrock

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

Announcements


Top Tags