GET_DRIVER_LICENSE_EXPIRATION_TIME¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
This command is used to find out how long until a specific temporary license for a driver expires. If 0 is returned, then the license is not a temporary license. If -1 is returned, then the license has already expired. Otherwise, the number returned is the number of days until the license will expire.
Syntax
GET_DRIVER_LICENSE_EXPIRATION_TIME to {variable}
Parameter |
Description |
---|---|
variable |
Variable to hold the days until expiration |
Example
GET_DRIVER_LICENSE_EXPIRATION_TIME to iExpire
Showln iExpire
GET_DRIVER_LICENSE_PATH