FireDAC.Phys.FB.TFDPhysFBDriverLink
Delphi
TFDPhysFBDriverLink = class(TFDPhysIBBaseDriverLink)
C++
class PASCALIMPLEMENTATION TFDPhysFBDriverLink : public Firedac::Phys::Ibbase::TFDPhysIBBaseDriverLink
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Phys.FB.pas FireDAC.Phys.FB.hpp |
FireDAC.Phys.FB | FireDAC.Phys.FB |
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';