RAD Studio VCL Reference
|
TClientDataSet implements a database-independent dataset.
TClientDataSet = class(TCustomClientDataSet);
class TClientDataSet : public TCustomClientDataSet;
DBClient
TClientDataSet represents an in-memory dataset. A client dataset can be used as
A fully-functional, stand-alone, file-based dataset for single-tiered database applications. When used in this manner, the client dataset represents the data stored in a dedicated file on the user's hard disk.
A local in-memory buffer of the records from another dataset. The other (source) dataset can reside in the same form or data module as the client dataset (for example, when the client dataset provides navigation and editing support for the data from a unidirectional dataset). The source dataset can also reside on a separate system when the client dataset supports the client portion of a multi-tiered database application.
TSQLClientDataSet
TBDEClientDataSEt
TIBClientDataSet
Types of Datasets
Choosing the Type of Dataset for Caching Updates
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|