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 save remote data to db and then fetch it on moshup?

ssrvsub
1-Newbie

How to save remote data to db and then fetch it on moshup?

Is there any guild for working with Data Tables? For exmaple i send packages with data form remote thing, and i whant to save them to DB and thn show in moshuo via table for example. I tried to do this via Value Streams, but it good only for data that chages.

1 REPLY 1
PaiChung
22-Sapphire I
(To:ssrvsub)

When you have incoming data, you can store that pretty much in any way or form you want.

Either map it to properties which could trigger a write to valuestreams

or take the incoming data and write it to a regular stream

if it is data over time I recommend against writing it to a DataTable.

if it is static data that is replaced, you can write it to a DataTable

there are services for all of this.

Top Tags