AnyDAC
ContentsIndexHome
PreviousUpNext
TADPhysOracleDriverLink Class

Use the TADPhysOracleDriverLink component to link the Oracle Database driver to an application and setup it.

Group
Class Hierarchy
uADPhysOracle_TADPhysOracleDriverLinkuADPhysOracle_TADPhysOracleDriverLink
File

uADPhysOracle

Links

Use the TADPhysOracleDriverLink component to link the Oracle Database driver to an application. In general it is enough to only include uADPhysOracle unit into your application uses clause. 

The TADPhysOracleDriverLink component may be used to specify:

  • VendorHome - the Oracle Home name;
  • VendorLib - the name and optional path to the Oracle client library;
  • NLSLang - the Oracle client NLS_LANG environment value;
  • TNSAdmin - the Oracle client TNS_ADMIN environment value;
  • Threaded - the OCI threading mode.

All properties have default values appropriate for most case. To have an effect all property changes must be performed before first connection through this driver or use the Release method.

TADPhysOracleDriverLink = class(TADPhysDriverLink);
ADPhysOracleDriverLink1.VendorHome := 'Oracle11_Home';
What do you think about this topic? Send feedback!