Support for JDBC wrappers
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
Our company uses a wrapper jar on top of the standard JDBC jars to stop the sending the user id and password in the jdbc url. The wrapper uses the system user id to decide the access and logs us using a generic id based on the team we belong to. Because of this, we can't use the SquirrelSQL client. Is there was for us create custom JDBC connection string and invoke the wrapper JDBC jar to connect to the DB?
We sometimes use such a wrapper to with SQuirreL too.
Of course issues may depend on implementation details of the wrapper. The prefered way should be to append the wrapper as well as the driver itself to the extra class path of your driver definition and then use the apropriate connection URL in your Alias definition.