AnyDAC
ContentsIndexHome
PreviousUpNext
TADPhysDriverLink.VendorHome Property

The CLI library installation folder.

Group
Links

Use the VendorHome to specify the CLI library installation folder. Depending on a DBMS, that may be:

  • Installation Home Name for Oracle;
  • Installation root folder for the other DBMS's. The CLI library will be loaded from Bin sub-folder. For example for MySQL the VendorHome may be c:\mysql.

A VendorHome 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 VendorHome: String;
ADConnection1.Close;
ADPhysOracleDriverLink1.Release;
ADPhysOracleDriverLink1.VendorHome := 'OracleXE';
ADConnection1.Open;
What do you think about this topic? Send feedback!