Working with Data Using a Client Dataset

From RAD Studio
Jump to: navigation, search

Go Up to Using Client Datasets Index


Like any dataset, you can use client datasets to supply the data for data-aware controls using a data source component. See Using data controls for information on how to display database information in data-aware controls.

Client datasets implement all the properties and methods inherited from TDataSet. For a complete introduction to this generic dataset behavior, see Understanding datasets.

In addition, client datasets implement many of the features common to table type datasets such as

Client datasets differ from other datasets, in that they hold all their data in memory. Because of this, their support for some database functions can involve additional capabilities or considerations.

Topics

The following topics describe some of these common functions and the differences introduced by client datasets:

See Also