TClientDataSet

E1014697

TClientDataSet is a Delphi dataset component that provides in-memory, client-side data storage and manipulation, often used for briefcase models and multi-tier database applications.

All labels observed (1)

Label Occurrences
TClientDataSet canonical 4

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf Delphi dataset component
in-memory dataset
commonlyUsedWith TDataSetProvider
TDataSource
TSQLConnection
dataStorageFormat binary .cds file
dataStorageLocation client memory
developedBy Borland
Embarcadero Technologies
hasAncestor TDataSet
hasMethod ApplyUpdates
CancelUpdates
CloneCursor
CreateDataSet
EmptyDataSet
LoadFromFile
MergeChangeLog
SaveToFile
hasProperty Aggregates
FileName
IndexFieldNames
IndexName
LogChanges
PacketRecords
ProviderName
introducedIn Delphi 3
partOf Delphi VCL
Delphi database framework
programmingLanguage Object Pascal
runsOn Microsoft Windows
linked to: Windows
supportsFeature Delta updates
aggregates
applying updates to a provider
bi-directional dataset navigation
calculated fields
change log
cloning cursors
constraints
deleting records
editing records
filtering data
indexing data
inserting records
locating records
master-detail relationships
nested datasets
packet-based data transfer
undoing changes
usedFor briefcase model applications
caching query results
client-side data storage
disconnected datasets
in-memory data manipulation
multi-tier database applications

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

TDataSource isUsedWith TClientDataSet
TTable supersededBy TClientDataSet
DataSnap hasComponent TClientDataSet
TDataSet isSuperclassOf TClientDataSet