|
AnyDAC
|
Use the TADPhysOraclDriverLink component to link the Oracle Database driver to an application and setup it.
uADPhysOracl
Use the TADPhysOraclDriverLink component to link the Oracle Database driver to an application. In general it is enough to only include uADPhysOracl unit into your application uses clause.
The TADPhysOraclDriverLink component may be used to specify:
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.
TADPhysOraclDriverLink = class(TADPhysDriverLink);
ADPhysOraclDriverLink1.VendorHome := 'Oracle11_Home';
|
What do you think about this topic? Send feedback!
|