|
AnyDAC
|
The CLI library path and name.
Use the VendorLib to specify the CLI library name and optionally path. If VendorLib and VendorHome are both specified, then VendorLib will be appended to VendorHome.
A VendorLib change will have an effect only before first connection through this driver or use the Release method.
The property value is platform independent and will be used for all platforms, including Win32, Win64, MacOS32, MacOS64, Linux32 and Linux64. To specify multiple platform specific values use driver configuration file.
property VendorLib: String;
ADConnection1.Close; ADPhysIBDriverLink1.Release; ADPhysIBDriverLink1.VendorLib := 'c:\fb25_64\fbclient.dll'; ADConnection1.Open;
|
What do you think about this topic? Send feedback!
|