f2s_driver_major_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_major_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 |
Integer variable to hold the major version of the driver |
Description¶
This read only attribute is used to get the major version of the driver.
Examples¶
get_attribute
integer iVersion
get_attribute f2s_driver_major_version of _f2s_ActiveDriverID to iVersion