It is possible to set properties for the JDBC driver on specific instances.
You can find this under “Advanced Driver Setup” when adding SQL instances or under “Edit parameters” in the JDBC panel in the Configure Instance dialog.
The driver properties dialog looks like this.
The properties you set here will be applied to the JDBC connection on the database. The example above will set the login timeout to 15 seconds for an MS SQLServer instance.
See documentation from the specific dbms platform for legal properties to set on the connection.
Post your comment on this topic.