|
AnyDAC
|
The CLI library installation folder.
Use the VendorHome to specify the CLI library installation folder. Depending on a DBMS, that may be:
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!
|