FireDAC.Phys.IBBase.TFDIBService
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: FireDAC.Phys.IBBase | |
Delphi
TFDIBService = class (TFDPhysDriverService)
C++
class PASCALIMPLEMENTATION TFDIBService : public Firedac::Phys::TFDPhysDriverService
Description
Base class for all InterBase and Firebird service components.
Configuring the Connection of a Service Component to the Server
- Note: The following information only applies to subclasses of TFDIBService, never use an instance of TFDIBService directly.
To configure the connection to the database server, you must fill the following properties: DriverLink, Host, Protocol, UserName and Password.