Connection parameters in FGLPROFILE when using Informix

The dbi.database.* connection parameters defined in FGLPROFILE are used by the Informix® driver

Before version 2.00, the dbi.database.* connection parameters defined in FGLPROFILE are ignored by the Informix drivers.

Starting with version 2.00, 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.