FireDAC.Phys.Oracle.TFDPhysOracleDriverLink
Delphi
TFDPhysOracleDriverLink = class(TFDPhysDriverLink)
C++
class PASCALIMPLEMENTATION TFDPhysOracleDriverLink : public Firedac::Phys::TFDPhysDriverLink
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Phys.Oracle.pas FireDAC.Phys.Oracle.hpp |
FireDAC.Phys.Oracle | FireDAC.Phys.Oracle |
Description
Use the TFDPhysOracleDriverLink component to link the Oracle Database driver to an application and set it up.
Use the TFDPhysOracleDriverLink component to link the Oracle Database driver to an application. In general, it is enough to only include the FireDAC.Phys.Oracle unit into your application uses clause.
The TFDPhysOracleDriverLink component may be used to specify:
- 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 cases. To have an effect, all property changes must be performed before the first connection through this driver.