FireDAC.Comp.Client.TFDCustomTableAdapter
Delphi
TFDCustomTableAdapter = class(TFDComponent, IFDStanErrorHandler,
IFDDAptUpdateHandler)
C++
class PASCALIMPLEMENTATION TFDCustomTableAdapter : public Firedac::Stan::Intf::TFDComponent
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.
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