RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOTable Class

TADOTable is a dataset component that encapsulates a table accessed through an ADO data store.

Pascal
TADOTable = class(TCustomADODataSet);
C++
class TADOTable : public TCustomADODataSet;

Use TADOTable to access data in a single database table using ADO. TADOTable provides direct access to every record and field in an underlying database table. An ADO table component can also work with a subset of records within a database table using ranges and filters. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!