Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Could any body please specify difference between DataTable and RemoteData Table and context of their usage?
Thanks,
Manohar
A DataTable it's a Table stored on your current running ThingWorx server, and a RemoteDataTable it's a proxy to a DataTable which it's stored on another running ThingWorx server. RemoteDataTable it's used on a Federated storage scenario.
Thanks Carles.It helped.