
- #MICROSOFT JDBC DRIVER JAR FOR SQL SERVER 2014 DRIVER#
- #MICROSOFT JDBC DRIVER JAR FOR SQL SERVER 2014 VERIFICATION#
- #MICROSOFT JDBC DRIVER JAR FOR SQL SERVER 2014 DOWNLOAD#
#MICROSOFT JDBC DRIVER JAR FOR SQL SERVER 2014 DRIVER#
Starting from version 7.0.0, the driver Jars (jre10 and above) will expose 'Automatic-Module' as ''. Add the following to your POM file to get the most stable release: We're now on the Maven Central Repository.
#MICROSOFT JDBC DRIVER JAR FOR SQL SERVER 2014 DOWNLOAD#
They can be downloaded from the Microsoft Download Center. Integrated Authentication and Distributed Transactions), you may need to use the sqljdbc_xa and mssql-jdbc_auth. Sample Codeįor samples, please see the src\sample directory. This driver is documented on Microsoft's Documentation web site. This creates JRE 8 compatible jar in \build\libs directory which is JDBC 4.2 compliant (Build with JDK 11+).ĪPI reference documentation is available in Javadocs. This creates JRE 11 compatible jar in \build\libs directory which is JDBC 4.3 compliant (Build with JDK 11+). Run gradle build -PbuildProfile=jre11.This creates JRE 16 compatible jar in \build\libs directory which is JDBC 4.3 compliant (Build with JDK 16+). Run gradle build -PbuildProfile=jre16.Run one of the commands below to build a JRE 11 and newer versions compatible jar or JRE 8 compatible jar in the \build\libs directory.This creates JRE 8 compatible jar in \target directory which is JDBC 4.2 compliant (Build with JDK 11+). This creates JRE 11 compatible jar in \target directory which is JDBC 4.3 compliant (Build with JDK 11+). This creates JRE 16 compatible jar in \target directory which is JDBC 4.3 compliant (Build with JDK 16+).


For these tests to pass, you will first need to add an environment variable in your system called mssql_jdbc_test_connection_properties to provide the correct connection properties for your SQL Server or Azure SQL Database instance.
#MICROSOFT JDBC DRIVER JAR FOR SQL SERVER 2014 VERIFICATION#
Maven builds automatically trigger a set of verification tests to run.

We hope you enjoy using the Microsoft JDBC Driver for SQL Server. The Driver provides access to Microsoft SQL Server and Azure SQL Database from any Java application, application server, or Java-enabled applet. 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.

Welcome to the Microsoft JDBC Driver for SQL Server project!
