I am trying to connect a SQL server and for this I am using the driver provided by microsoft com.microsoft.sqlserver.jdbc.SQLServerDriver Now they changed the connection by adding a comma to it and I can no longer create the connection, does anyone know how to make the drive take the literal connection? Or for these cases I have to make a special configuration.
The server name is: 200.100.100.17,6058
The same so far I can connect from Sql Server Management Studio but not from java, I have the connection String like this
jdbc:sqlserver://200.100.100.17,6058;databaseName=FinancialPortfolio