f2s_license_path¶
Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers
Syntax¶
**There is no set_attribute. This attribute is read only.**
get_attribute f2s_license_path of {DriverID} to {variable}
Parameter |
Description |
---|---|
DriverID |
The ID of the driver for which this applies. In most cases, you should use _f2s_ActiveDriverID. |
variable |
String variable: returns the path of the specified driver file. |
Description¶
Getting this read only attribute returns the full path of the license file currenly being used by the specified driver (DriverID).
Examples¶
get_attribute
string sPath
Get_Attribute f2s_license_path of _f2s_ActiveDriverID to sPath