Exported DataTables Sample


Purpose

This example illustrates the functionality of Exported Datatables. Usually Exported Datatables can be used for working with Direct Access Components which currently isn't supported by DataAbstract or for working with shared tables. This sample shows how to receive and update data with TDataset and TDADataTable. Exported Datatables don't need to declared in the ServiceSchema. In this example, TADOTable and TDAMemDataTable are used as Exported Datatables.

Getting Started