FireDAC.Phys.IB.TFDPhysIBDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.IBBase.TFDPhysIBBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysIBDriverLink

Delphi

TFDPhysIBDriverLink = class(TFDPhysIBBaseDriverLink)

C++

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

Properties

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

Description

Use the TFDPhysIBDriverLink component to link the InterBase driver to an application and to set it up.

Use the TFDPhysIBDriverLink component to link the InterBase driver to an application. In general, it is enough to include the FireDAC.Phys.IB unit in your application uses clause. 

The TFDPhysIBDriverLink component can be used to specify:

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

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

Example

  ADPhysIBDriverLink1.VendorLib := 'c:\IBXE3\bin\gds32.dll';

See Also