Data.Win.ADODB.TADOTable

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: Data.Win.ADODB |
Delphi
TADOTable = class(TCustomADODataSet)
C++
class PASCALIMPLEMENTATION TADOTable : public TCustomADODataSet
Description
TADOTable is a dataset component that encapsulates a table accessed through an ADO data store.
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.