SET_DRIVER_LICENSE_EXPIRATION_WARNING¶

Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex

This command is used to set a custom warning message to be displayed when a temporary license for a driver is close to expiring. Note that since the license evaluation is done during Login and before any open calls, this command should be called before either of those.

Syntax

SET_DRIVER_LICENSE_EXPIRATION_WARNING to {variable}

Parameter

Description

variable

New warning message for expiring license

Example

SET_DRIVER_LICENSE_EXPIRATION_WARNING to "Your license is about to expire."
Login "localhost" "" "" "sql_drv"