Hi,
Using with IBM Informix , they don't allow change the database during connection.
Says : Active database change is not supported.
But this isn't true .
With SQL command "database <database>" you can change the database at jdbc connection.
More information please, check the IBM manual :
And it works if execute manually into dbaever.
I want configure this command at option : Edit Driver => Adv. Parameter => Query => Set active database
But there is no tip how define the mask... like : "database %s" or something else...
The help doesn't have any useful information about how use this advanced parameters.
How it's works ?