R0tenur / visualization

MIT License
177 stars 26 forks source link

Connection string with non-default port are failing #24

Closed cviorel closed 3 years ago

cviorel commented 3 years ago

When defining a connection string with a non-default tcp port, the connection fails. e.g. 192.168.1.250,10002

Expected Behavior

the connection to the database should be done on port 10002 instead of the default 1433

Current Behavior

Screenshot 2020-11-04 121055

Possible Solution

Steps to Reproduce

connect to a sqlinstance on a non-standard tcp port e.g. 192.168.1.250,10002 <fqdn>,<tcp_port>

R0tenur commented 3 years ago

Duplicate of #10 and #15 You are probably using an old version, please have a look under the tab releases in this repo.

cviorel commented 3 years ago

Indeed, my version was not the latest one. After upgrading, I can confirm it's working as expected.