Sql Server Jdbc Driver 6.4

The Microsoft JDBC Driver for SQL Server is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs) available in the Java Platform, Enterprise Editions. Sql Server 2016 mssql-jdbc-6.4.0.jre7.jar connection problem Trying to test a simple sql connection and am VERY new to mulesoft. Mostly a C# dev trying to figure out if mulesoft is something we can use for API management. Driver version or jar name. SQL Server version. Client operating system. Windows 10 1709 (But i think it does not matter.). This post was authored by Andrea Lam, Program Manager, SQL Server. We are happy to announce the full release of the Microsoft JDBC Driver 6.2 for SQL Server.The JDBC Driver provides Java database connectivity from any Java application, application server or Java-enabled applet to Microsoft SQL Server, Azure SQL Database and Azure SQL Data Warehouse. Note: There is a new version for this artifact. New Version: 7.1.0.jre10-preview: Maven; Gradle; SBT; Ivy; Grape; Leiningen; Buildr.

-->

This page provides answers to frequently asked questions about the Microsoft JDBC Driver for SQL Server.

Frequently asked questions

How can I help improve the JDBC Driver?
The JDBC Driver is open-source and the source code can be found on GitHub. You can help improve the driver by filing issues and contributing to the code base.

Which versions of SQL Server and Java do the driver support?
See the Microsoft JDBC Driver for SQL Server support matrix page for details.

What is the difference between the JDBC driver packages available on the Microsoft Download Center and the JDBC driver available on GitHub?
The JDBC driver files available on the GitHub repository for the Microsoft JDBC driver are the core of the JDBC driver and are under the open-source license listed in the repository. The driver packages on the Microsoft Download Center include additional libraries for Windows-integrated authentication and enabling XA transactions with the JDBC driver. Those additional libraries are under the license included with the downloadable package.

What should I know when upgrading my driver?The Microsoft JDBC Driver 7.4 supports the JDBC 4.2, and 4.3 (partially) specifications and includes three JAR class libraries in the installation package as follows:

JARJDBC SpecificationJDK Version
mssql-jdbc-7.4.1.jre12.jarJDBC 4.3 (partially), and 4.2JDK 12.0
mssql-jdbc-7.4.1.jre11.jarJDBC 4.3 (partially), and 4.2JDK 11.0
mssql-jdbc-7.4.1.jre8.jarJDBC 4.2JDK 8.0

The Microsoft JDBC Driver 7.2 supports the JDBC 4.2, and 4.3 (partially) specifications and includes two JAR class libraries in the installation package as follows:

JARJDBC SpecificationJDK Version
mssql-jdbc-7.2.2.jre11.jarJDBC 4.3 (partially), and 4.2JDK 11.0
mssql-jdbc-7.2.2.jre8.jarJDBC 4.2JDK 8.0

The Microsoft JDBC Driver 7.0 supports the JDBC 4.2, and 4.3 (partially) specifications and includes two JAR class libraries in the installation package as follows:

JARJDBC SpecificationJDK Version
mssql-jdbc-7.0.0.jre10.jarJDBC 4.3 (partially), and 4.2JDK 10.0
mssql-jdbc-7.0.0.jre8.jarJDBC 4.2JDK 8.0

The Microsoft JDBC Driver 6.4 supports the JDBC 4.1, 4.2, and 4.3 (partially) specifications and includes three JAR class libraries in the installation package as follows:

JARJDBC SpecificationJDK Version
mssql-jdbc-6.4.0.jre9.jarJDBC 4.3 (partially), 4.2, and 4.1JDK 9.0
mssql-jdbc-6.4.0.jre8.jarJDBC 4.2, and 4.1JDK 8.0
mssql-jdbc-6.4.0.jre7.jarJDBC 4.1JDK 7.0

The Microsoft JDBC Driver 6.2 supports the JDBC 4.0, 4.1, and 4.2 specifications and includes two JAR class libraries in the installation package as follows:

JARJDBC SpecificationJDK Version
mssql-jdbc-6.2.2.jre8.jarJDBC 4.2, 4.1, and 4.0JDK 8.0
mssql-jdbc-6.2.2.jre7.jarJDBC 4.1 and 4.0JDK 7.0

The Microsoft JDBC Drivers 6.0 and 4.2 for SQL Server supports JDBC 4.0, 4.1, and 4.2 specifications and include two JAR class libraries in the installation package as follows:

JARJDBC SpecificationJDK Version
sqljdbc42.jarJDBC 4.2, 4.1, and 4.0JDK 8.0
sqljdbc41.jarJDBC 4.1 and 4.0JDK 7.0

The Microsoft JDBC Driver 4.1 for SQL Server supports the JDBC 4.0 specification and includes one JAR class library in the installation package as follows:

Sql Server Jdbc Driver 6.4
JARJDBC SpecificationJDK Version
sqljdbc41.jarJDBC 4.0JDK 7.0 and 6.0

Do I need to make any code changes in my application to use the latest driver with my existing SQL Server version?
In general, the driver is designed to be backward compatible so that you do not need to change your existing applications when upgrading the driver. In the event that a new driver version introduces a breaking change, the Release Notes for the JDBC Driver section provides clear details on the change and the impact to existing applications. In addition, you can review the release notes included with the driver for a list of bugs fixed in that release and known issues.

How much does the driver cost?
The Microsoft JDBC Driver for SQL Server is available at no additional charge.

Can I redistribute the driver?The JDBC Drivers 4.1, 4.2, 6.0, 6.2, 6.4, and 7.0 are redistributable. Review the 'Distributable Code' clause in the license agreements.

Can I use the driver to access Microsoft SQL Server from a Linux computer?Yes! You can use the driver to access SQL Server from Linux, Unix, and other non-Windows platforms. For more information, see Microsoft JDBC Driver for SQL Server Support Matrix.

Does the driver support Secure Sockets Layer (SSL) encryption?Starting with version 1.2, the driver supports Secure Sockets Layer (SSL) encryption. For more information, see Using SSL Encryption.

Which authentication types are supported by the Microsoft JDBC Driver for SQL Server?
The table below lists available authentication options. A pure Java Kerberos authentication is available starting with the 4.0 release of the driver.

PlatformAuthentication
Non-WindowsPure Java Kerberos
Non-WindowsSQL Server
Non-WindowsAzure Active Directory Authentication
WindowsPure Java Kerberos
WindowsSQL Server
WindowsKerberos with NTLM backup
WindowsNTLM
WindowsAzure Active Directory Authentication

Sql Server Jdbc Driver Download

Does the driver support Internet Protocol version 6 (IPv6) addresses?
Yes. The driver supports the use of IPv6 addresses. Use the connection properties collection and the serverName connection string property. For more information, see Building the Connection URL.

Microsoft Jdbc Driver 6.4 For Sql Server Maven

What is adaptive buffering?
Adaptive buffering is introduced starting with Microsoft SQL Server 2005 JDBC Driver version 1.2. It is designed to retrieve any kind of large-value data without the overhead of server cursors. The adaptive buffering feature of the Microsoft SQL Server JDBC Driver provides a connection string property, responseBuffering, which can be set to 'adaptive' or 'full'. In the version 1.2 release, the buffering mode is 'full' by default and the application must set the adaptive buffering mode explicitly. Starting with the JDBC Driver version 2.0, the default behavior of the driver is 'adaptive'. Thus, your application does not have to request the adaptive behavior explicitly to get the adaptive buffering behavior. For more information, see Using Adaptive Buffering and the blog What is adaptive response buffering and why should I use it?.

Does the driver support connection pooling?
The driver provides support for Java Platform, Enterprise Edition 5 (Java EE 5) connection pooling. The driver implements the JDBC 3.0 required interfaces to enable the driver to participate in any connection-pooling implementation that is provided by middleware application server vendors. The driver participates in pooled connections in these environments. For more information, see Using Connection Pooling. The driver does not provide its own pooling implementation, but rather it relies on third-party Java application servers.

Is support available for the driver?
Several support options are available. You may post your question or issue to our GitHub repository which is monitored by Microsoft. Forums are monitored by Microsoft, MVPs, and the community. You may also contact Microsoft Customer Support. The development team may ask you to reproduce the issue outside any third-party application servers. If the issue cannot be reproduced outside the hosting Java container environment, you will need to involve the related third-party so that the team can continue to assist you. The team may also ask you to reproduce your issue on an operating system such as Windows so the problem can be best supported.

Is the driver certified for use with any third-party application servers?The driver has been tested against various application servers including IBM WebSphere and SAP Netweaver.

How do I enable tracing?
The driver supports the use of tracing (or logging) to help resolve issues and problems with the JDBC Driver when it is used in your application. To enable the use of client-side JAR tracing, the JDBC Driver uses the logging APIs in java.util.logging. For more information, see Tracing Driver Operation. For server-side XA tracing, see Data Access Tracing in SQL Server.

Where can I download older versions of the driver such as the SQL Server 2000 JDBC driver, 2005 driver, 1.0, 1.1, or 1.2 driver?
These driver versions are not available for download as they are no longer supported. We are continually improving the Java connectivity support. As such, we highly recommend you work with the latest version of Microsoft JDBC driver.

I am using JRE 1.4. Which driver is compatible with JRE 1.4?
For customers who are using SAP products and require JRE 1.4 support, you may contact SAPService Marketplace to obtain the 1.2 Microsoft JDBC driver.

Can the driver communicate using FIPS validated algorithms?
The Microsoft JDBC Driver does not contain any cryptographic algorithms. If a customer leverages operating system, application, and JVM algorithms that are deemed acceptable by Federal Information Processing Standards (FIPS) and configures the driver to use those algorithms then the driver uses only the designated algorithms for communication.

See also