Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
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 full release of the Microsoft JDBC Driver 6.2 for SQL Server. The RTW release rolls up all new functionality and bug fixes released in preview releases 6.1.1 to 6.1.7.
The 6.2 RTW introduces support for:
Read the full release announcement here.
Getting the latest release
The latest bits are available on the Microsoft Download Center, GitHub repository, and Maven Central.
Add the JDBC 6.2 RTW driver to your Maven project by adding the following code to your POM file to include it as a dependency in your project.
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.2.1.jre8</version>
</dependency>
Note: An issue with the metadata caching improvement was found in the JDBC 6.2 RTW released on June 29, 2017. The improvement was rolled back and new jars (version 6.2.1) were released on July 17, 2017 on the Microsoft Download Center, GitHub, and Maven Central. Please update your projects to use the 6.2.1 release jars. Please view release notes for more details.
Help us improve the JDBC Driver by 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.
Andrea Lam (andrela@microsoft.com)
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in