时间:2021-07-01 10:21:17 帮助过:3人阅读
public static String driver = "com.microsoft.sqlserver.jdbc.SQLServerDriver";
public static String url = "jdbc:sqlserver://ender-pc\\sqlexpress:1433;DatabaseName=test;";
public static String user = "sa";
public static String pwd = "xx2000";
一定要手动设置sqlexpress的端口号为1433
protocols for sqlexpress->tcp-ip->ip all->1433
eclipse ssh连接sqlserver express
标签: