Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
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.
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.