On 17.03.25 02:42, Fergus, Chris wrote:
> Hi Gerd,
>
> Thank you for your reply.
>
> You stated " The help file was update and adjusted to the new Driver
> dialog. " and then qualify it with "The change will be available in
> future snapshots and versions."
>
> In what snapshot/version will the updated Help file be available?
>
It's available in the latest snapshot. Here are the download links:
https://github.com/squirrel-sql-client/squirrel-sql-snapshot-releases/releases/tag/snapshot-20250316_2114
or
https://sourceforge.net/projects/squirrel-sql/files/3-snapshots/snapshot-20250316_2114/
> Regarding the location of the driver that I am trying to add, I
> first tried it by adding it from its default location:
>
> C:\connx32\connxjdbc\java\jar\connxjdbc.jar
>
> But the result was the exact same error that I received in the my
> last screen shot (Could not find class com.connx.jdbc.driver in
> neither the Java class path nor the Extra class path of the
> connx_jdbc driver definition: java.lang.ClassNotFoundException:
> com.connx.jdbc.driver"
> Sorry, I'd have tried to reproduce your problem but I couldn't find a
place to download it. If you know a download link or can send me the
driver jar I'd take a look at it.
Another thing you could try is using the driver class name
com.Connx.jdbc.TCJdbc.TCJdbcDriver
as documented here:
https://www.connx.com/products/connx/CONNX%2014.6%20InstallGuide/connxinstall/connecting_to_connx_jdbc_server.htm
If you know a bit of Java you may also try to reproduce your problem
using the line of Java code given in the this link.
Gerd
|