[solved] How to connect to SqlServer

1 #
JoJo
Post time 2020-7-29 17:34:36 | Show all posts
Hi Penny,

There are two ways to connect to SQL SERVER.

1-JDBC
If you cannot connect using JDBC, you can troubleshoot the SqlServer configuration according to the documentation:http://doc.fanruan.com/display/VHD/Connect+to+SQL+Server

2-JTDS
Driver:net.sourceforge.jtds.jdbc.Driver
URL: jdbc:jtds:sqlserver://localhost:54803;databaseName=test

Reply
You have to log in before you can reply Login | Register


0following

0fans

5Posts

Post