Connect my Sql Server 2008 database to my Java Project with Windows Authentication

前端 未结 2 1031
一整个雨季
一整个雨季 2021-01-07 12:58

I have the following problem: I can not connect my Sql Server database to my Java project.My Database is SQL Server 2008 R2. and have the Windows Authentication mode.   I ha

2条回答
  •  一个人的身影
    2021-01-07 13:47

    The error you are getting suggests that the issue is with the JDBC driver, not with the database or the application code.

    As per the Microsoft forums, the issue is fixed with version 1.2 of the driver. Please try to download this version as it should solve your problem.

    The latest version can be found at http://www.microsoft.com/en-in/download/details.aspx?id=11774

    Reference: http://www.microsoft.com/en-in/download/details.aspx?id=11774

提交回复
热议问题