Data Tables

Data Tables are classes that hold live data on the client application at runtime, to make it available to application code and visual controls. Client Data Tables can be filled from a remote source (typically a Data Abstract server) using a Remote Data Adapter component that coordinates the connection to the server or from local source. Data Tables maintain a local history of changes (Delta) and can apply those changes back to the database.

Data Abstract currently provides following implementations of data tables in the form of:

Platform Class
.NET System.Data.DataTable at msdn.microsoft.com
Cocoa DADataTable
Java DataTable
Delphi TDAMemDataTable
TDACDSDataTable (legacy)
TDAADODataTable (legacy)
JavaScript DataTable