FireDAC.Comp.Client.TFDConnection

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
Delphi
TFDConnection = class(TFDCustomConnection)
C++
class PASCALIMPLEMENTATION TFDConnection : public TFDCustomConnection
Description
The class responsible for the connection establishment with a DBMS.
Use TFDConnection to establish a connection to a DBMS and to manage associated datasets.
See Also
Samples
- FireDAC InterBase sample
- FireDAC MS Access sample
- FireDAC MS SQL sample
- FireDAC MySQL sample
- FireDAC SQLite sample
- FireDAC Firebird sample