Question

MS SQL Database error

  • 1 April 2024
  • 1 reply
  • 25 views

Badge +8

Hi , I’m facing an issue while connecting to MS SQL server. I have enabled TCP/IP but not sure how to go about resolving this. The connection string is: jdbc:sqlserver://localhost;databaseName=Test;integratedSecurity=true;

 


1 reply

Badge +4

 Why connecting with jdbc? 

Try to connect with Connection mode: User Defined 

 
 
 
 

Else, if you want to connect with JDBC, you will need to get the driver file JAR for MS SQL from this link 

 

 
 

Reply