Connection parameters in FGLPROFILE when using Informix

In version 1.3x, the dbi.database.* connection parameters defined in FGLPROFILE are ignored by the Informix® drivers.

In version 2.0x, the dbi.database.* connection parameters defined in FGLPROFILE are used by the Informix driver, as well as other database vendor drivers. For example, if you connect to the database "stores", and you have the following entries defined, the driver tries to connect as "user1" with password "alpha":
dbi.database.stores.username = "user1"
dbi.database.stores.password = "alpha"

You typically get SQL errors -387 or -329 when the wrong database login or the wrong database name is used.