简体   繁体   English

无法使用Eclipse连接SQL Server 2014 Express

[英]cannot connect SQL server 2014 express with eclipse

我正在使用带有Java jdk 11.0.1和jre 8.0.191的SQL Server 2014 Express Edition。我尝试下载JDBC驱动程序,但找不到与SQL Server 2014兼容的合适驱动程序。

这是SQL Server(包括2014)的官方Microsoft JDBC驱动程序: SQL Server的Microsoft JDBC驱动程序

i have used the link to download the jdbc driver and it works only when we put the version of the server as SQL Server 2008 while selecting the version of the server used. 我已经使用链接下载了jdbc驱动程序,并且仅当我们在选择所用服务器的版本时将服务器的版本设置为SQL Server 2008时,该驱动程序才有效。

I don't know why it is not working when i select the version as SQL server 2014 and also we need to add the library of Connectivity Driver Definition in order to compile JDBC driver. 我不知道为什么当我选择该版本作为SQL Server 2014时它不起作用,并且我们还需要添加连接驱动程序定义库来编译JDBC驱动程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM