Don Barton
2016-05-10 02:19:09 UTC
I am trying to connect to a MSSQL server at work (testing environment), but
not able to connect to my server with the Squirrel.
I have downloaded DBeaver, and HeidiSQL, both of which have no problem
connecting to the MSSQL server.
With the DBeaver, I am using:
jdbc:jtds:sqlserver://xx.xx.xx.xxx.:1433/TESTDB. HeidiSQL works as well
after just supplying the IP address.
But when I use this connection string with the Squirrel, I get:
java.util.concurrent.ExecutionException: java.lang.RuntimeException:
java.sql.SQLException: Unable to create connection. Check your URL.
So I am not sure why it would work with 2 other clients, but not with the
Squirrel. I really like this client, especially because of its SQL building
capabilities.
I've googled several times, each trying something a little different, but
not hitting on what I need to do to get Squirrel to work. I tried many
variant of the connection string as well, all to no avail.
Don
not able to connect to my server with the Squirrel.
I have downloaded DBeaver, and HeidiSQL, both of which have no problem
connecting to the MSSQL server.
With the DBeaver, I am using:
jdbc:jtds:sqlserver://xx.xx.xx.xxx.:1433/TESTDB. HeidiSQL works as well
after just supplying the IP address.
But when I use this connection string with the Squirrel, I get:
java.util.concurrent.ExecutionException: java.lang.RuntimeException:
java.sql.SQLException: Unable to create connection. Check your URL.
So I am not sure why it would work with 2 other clients, but not with the
Squirrel. I really like this client, especially because of its SQL building
capabilities.
I've googled several times, each trying something a little different, but
not hitting on what I need to do to get Squirrel to work. I tried many
variant of the connection string as well, all to no avail.
Don