May 2004
Intermediate to advanced
888 pages
22h 31m
English
One of the most versatile components that Delphi contained is the TClientDataSet. While originally included for use in Delphi’s DataSnap technology, TClientDataSet turned out to be a useful object for manipulating in-memory tables.
Likewise, the typical usage of DataSet is to work on data from a data source that was retrieved through a DataAdapter. However, DataSet and DataTables are also in-memory structures that give you the same level of versatility offered by TClientDataSet. In fact, the DataTable most closely resembles the TClientDataSet. This section focuses on how to use the DataTable.
To define columns in a DataTable, you can use either the Add() or AddRange() methods of the DataColumnCollection ...
Read now
Unlock full access