MSSQL(MicrosoftDriver)/com.microsoft.sqlserver.jdbc.SQLServerDriver
I tried to add a new Connection String Template for
MSSQL(MicrosoftDriver)/com.microsoft.sqlserver.jdbc.SQLServerDriver
I tried using a different Driver name:
MSSQL(MicrosoftDriver - uniquenamehere)/com.microsoft.sqlserver.jdbc.SQLServerDriver
Connection Connection String Template
jdbc:sqlserver://<HOST>:<PORT:1433>;databaseName=<DB>;IntegratedSecurity=true
But Ready API warns I may break the current driver so I backed out from making the change.
What is the correct way to do this?
I can edit the connection string manually which works, but I would like to have 2 templates available to me if possible:
jdbc:sqlserver://<HOST>:<PORT:1433>;databaseName=<DB>;IntegratedSecurity=true
jdbc:sqlserver://<HOST:127.0.0.1>:<PORT:1433>;databaseName=<DB>;user=<USER>;password=<PASSWORD>
I have the following files in place
\ReadyAPI-2.7.0\bin\ext\mssql-jdbc-8.4.1.jre8.jar
\ReadyAPI-2.7.0\bin\mssql-jdbc_auth-8.4.1.x64.dll
try sqljdbc42.jar