problems using jTDS driver
Hi everyone...
i m using netbeans 5.5 and i also have mssql 2005 installed.
To connect to my MSSQL database i m using jTDS driver, but when i try to connect i get the following exception:
Unable to add connection, cannot establish connection to
jdbc:jtds:sqlserver://myServerName:1177/myDatabaseName using net.sourceforge.jtds.jdbc.Driver(Network error IOException:Connection refused:connect)
My connection string:
jdbc:jtds:sqlserver://myServerName:1177/myDatabaseName
P.S.
I tried to use port 1433 and no port at all....so i dont know where is the catch...so if someone can please help me that would be great....thnx in advance!

