Date columns in SQL-Server (MSSQL-JDBC 3.0) running under Java 1.7.0 retrieved as 2 days in the past

后端 未结 5 1810
耶瑟儿~
耶瑟儿~ 2020-11-30 13:26

I have strange effects when retrieving columns of type DATE from SQLServer2008 using the Microsoft JDBC-Driver version 3.0 when running under the official Oracle JDK 1.7.0.

5条回答
  •  抹茶落季
    2020-11-30 14:32

    Thank you for your feedback. The Microsoft JDBC Driver for SQL Server does not yet support JRE 1.7.

    We are aware of the getDate issue between our JDBC driver & JRE 1.7 and we are looking into publishing a hotfix to enable customers to move forward with non-production testing of our driver with JRE 1.7.

    We will publish a link to the hotfix on our blog once available. http://blogs.msdn.com/b/jdbcteam/

    The hotfix is now available. http://blogs.msdn.com/b/jdbcteam/archive/2012/01/20/hotfix-available-for-date-issue-when-using-jre-1-7.aspx

    Our blog also contains information on the known issues with JRE 1.6u29 & 1.6u30.

    Shamitha Reddy Program Manager - Microsoft JDBC Driver for SQL Server

提交回复
热议问题