Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
We are pleased to announce the production release of the Microsoft JDBC Driver 6.4 for SQL Server!
The 6.4 Release To World (RTW) adds support for the following:
For a full list of these new features as well as changes and issues fixed, please see the Github Release Tag or the release notes included with the downloadable package on the Microsoft Download Center.
Getting the latest release
The latest bits are available on the Microsoft Download Center, GitHub repository (jre8/jre9, jre7) and Maven Central.
Add the JDBC 6.4 RTW driver to your Maven project by adding the following code to your POM file to include it as a dependency in your project (choose .jre7, .jre8, or .jre9 for your required Java version).
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.4.0.jre8</version>
</dependency>
Help us improve the JDBC Driver by taking our survey, filing issues on GitHub or contributing to the project.
Please also check out our tutorials to get started with developing apps in your programming language of choice and SQL Server.
David Engel
Please sign in to use this experience.
Sign in