f2s_driver_version¶
Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers
Syntax¶
**There is no set_attribute. This attribute is read only.**
get_attribute f2s_driver_version 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 to hold the full version string of the driver |
Description¶
This read only attribute is used to the full version string of the driver.
Examples¶
get_attribute
string sVersion
get_attribute f2s_driver_version of _f2s_ActiveDriverID to sVersion