f2s_server_minor_version¶
Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers
Syntax¶
**There is no set_attribute. This attribute is read only.**
get_attribute f2s_server_minor_version of {DriverID} to {variable}
Parameter |
Description |
---|---|
DriverID |
The ID of the driver connected to the server. Typically this will be _f2s_ActiveDriverId |
variable |
Variable to hold the minor version. |
Description¶
This attribute is used to get the minor version number of the server the driver is attached to.
Example¶
Get_Attribute f2s_server_minor version of _f2s_ActiveDriverId to sValue
Replaces¶
GET_SERVER_CFG passing SERVER_MIN_REVISION