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;

ADODB

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. 

 

TDataSet 

TADODataSet 

TADOConnection 

TADOQuery 

TADOStoredProc 

Types of Datasets 

Overview of ADO Components

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!