API:FireDAC.Phys.IB.TFDIBSDump

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.IBBase.TFDIBServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDIBSDump

Delphi

TFDIBSDump = class (TFDIBService)

C++

class PASCALIMPLEMENTATION TFDIBSDump : public Firedac::Phys::Ibbase::TFDIBService

Properties

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

Description

Base class for all InterBase and Firebird service components.

FireDAC.Phys.IB.TFDIBSDump inherits from FireDAC.Phys.IBBase.TFDIBService. All content below this line refers to FireDAC.Phys.IBBase.TFDIBService.

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