I am using jTDS to connect SQL Server 2005 Express. My connect url is jdbc:jtds:sqlserver://127.0.0.1:1433/dbstore;user=myusername,password=mypassword
It's not connecting with a "SQL server refusing connection" problem.
Is there something wrong with my code.