FireDAC.Phys.FB.TFDPhysFBDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.IBBase.TFDPhysIBBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysFBDriverLink
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.FB.pas
FireDAC.Phys.FB.hpp
Unit: FireDAC.Phys.FB
Parent: FireDAC.Phys.FB

Delphi

TFDPhysFBDriverLink = class(TFDPhysIBBaseDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysFBDriverLink : public Firedac::Phys::Ibbase::TFDPhysIBBaseDriverLink

Description

Use the TFDPhysFBDriverLink component to link the Firebird driver to an application and set it up.

Use the TFDPhysFBDriverLink component to link the Firebird driver to an application. In general, it is enough to include FireDAC.Phys.FB unit into your application's uses clause.

The TFDPhysFBDriverLink component may be used to specify:

  • VendorHome - the Firebird installation root folder.
  • VendorLib - the name and optional path to the Firebird client library.

All properties have default values appropriate for most cases. To have an effect, all property changes must be performed before the first connection through this driver or use of the Release method.

Example

FDPhysFBDriverLink1.VendorLib := 'c:\fb\fb25\bin\fbclient.dll';

See Also