Forum Discussion
trac1234
17 years agoNew Contributor
You have already copied .JAR file & Driver is also okay. Now you need to change only Connection string. It should be
jdbc:sqlserver://SystemName:1433;Database=DBName;userName=;password=;
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
jdbc:sqlserver://SystemName:1433;Database=DBName;userName=;password=;
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver