Data Tables
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
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 RemoteDataAdapter/TDARemoteDataAdapter 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 three concrete implementations of data tables in the form of:
- TDAMemDataTable
- TDACDSDataTable (legacy now)
- TDAADODataTable (legacy now)
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
