FireDAC.Phys.Oracle.TFDPhysOracleDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysOracleDriverLink

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.

See Also