Database connections / Database vendor specific parameters in FGLPROFILE |
Name of the database schema to be selected after connection is established.
dbi.database.stores.db2.schema = "store2"
Set this parameter to a specific schema in order to share the same table with all users.
True/False boolean to enable/disable deferred prepare.
dbi.database.stores.db2.prepare.deferred = true
Set this parameter to true if you do not need to get SQL errors during PREPARE statements: SQL statements will be sent to the server when executing the statement (OPEN or EXECUTE). The default is false (SQL statements are sent to the server when doing the PREPARE).
Default is false .