SimpleDS

From RAD Studio API Documentation
Jump to: navigation, search

Defines two classes that enable you to work with simple datasets.

Package dbxcds290.bpl

Classes

TInternalSQLDataSetTInternalSQLDataSet is an SQL bound dataset used to fetch, cache, and apply updates to the SQL database.
TSimpleDataSetTSimpleDataSet uses dbExpress to fetch data and cache it internally in memory.