Genero db database vendor specific FGLPROFILE parameters

dbi.database.dsname.ads.schema

Name of the database schema to be selected after connection is established.

dbi.database.stores.ads.schema = "store2"

Set this parameter to a specific schema in order to share the same table with all users.

dbi.database.dsname.ads.compatibility.check

Defines the server compatibility checking at connection time.

dbi.database.stores.ads.compatibility.check = "INFORMIX"

This entry can be used to bypass the COMPATIBILITY_MODE server parameter checking when connecting to the database. By default (starting with the 3.80 driver) COMPATIBILITY_MODE must be INFORMIX. Using "none" will bypass the checking; Any other value will force database compatibility mode checking. Default is "INFORMIX".

dbi.database.dsname.ads.driver.mode

Defines the driver mode, to make the driver behave like an older driver version.

dbi.database.stores.ads.driver.mode = "3.61"

This entry can be set to a specific Genero db version, to force the driver to use the IBM® Informix® emulations of an older driver version. For example, when using a driver for 3.80, the default mode is "3.80" and the new native DATETIME and/or INTERVAL types are used. If you want to use the old DATETIME / INTERVAL emulation, set this entry to "3.61".