FireDAC.Comp.Client.TFDTableAdapter

Delphi
TFDTableAdapter = class(TFDCustomTableAdapter)
C++
class PASCALIMPLEMENTATION TFDTableAdapter : public TFDCustomTableAdapter
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp |
FireDAC.Comp.Client | FireDAC.Comp.Client |
Description
This class provides communication between the application and the database.
FireDAC.Comp.Client.TFDTableAdapter inherits from FireDAC.Comp.Client.TFDCustomTableAdapter. All content below this line refers to FireDAC.Comp.Client.TFDCustomTableAdapter.
This class provides communication between the application and the database.
Use TFDCustomTableAdapter to execute SQL queries, table updates, and transactions. TFDCustomTableAdapter transfers data from TFDCommand into TFDMemTable.
Instead of the three components, you can use TFDQuery to execute SQL commands, send parameters data, and receive result sets.
See Also
Sample
- FireDAC TFDTableAdapter Main sample