f2s_license_serial_number¶
Applies to: Oracle, MS SQL, MySql/MariaDB, PostgreSQL Drivers
Syntax¶
**There is no set_attribute. This attribute is read only.**
get_attribute f2s_license_serial_number 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 |
Any variable to hold the serial number associated with the current driver’s license. |
Description¶
Getting this read only attribute returns the serial number of the current database driver’s license.
Example¶
get_attribute
String sSN
Get_Attribute f2s_license_serial_number of _f2s_ActiveDriverID to sSN
Showln (SFormat("The database driver SN=%1",sSN))