API:FireDAC.Phys.FB.TFDFBNRestore

From RAD Studio API Documentation

TFDFBNRestoreFireDAC.Phys.IBBase.TFDIBServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: FireDAC.Phys.FB

Delphi

TFDFBNRestore = class (TFDIBService)

C++

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

Description

Base class for all InterBase and Firebird service components. FireDAC.Phys.FB.TFDFBNRestore 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