FireDAC.Phys.IBBase.TFDIBService

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDIBService

Delphi

TFDIBService = class (TFDPhysDriverService)

C++

class PASCALIMPLEMENTATION TFDIBService : public Firedac::Phys::TFDPhysDriverService

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase FireDAC.Phys.IBBase

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.

See Also