Sql server jdbc driver download
Author: l | 2025-04-25
Microsoft JDBC Driver For SQL Server 12.7.0. Microsoft JDBC Driver for SQL Server. Categories: JDBC Drivers: Tags: database sql mssql server jdbc sqlserver driver
Download - JDBC Driver for SQL Server
Chuyển đến nội dung chính Trình duyệt này không còn được hỗ trợ nữa. Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật. Download Microsoft JDBC Driver for SQL Server Bài viết03/18/2025 Trong bài viết này -->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 on the Java platform. The driver downloads are available to all users at no extra charge. They provide access to SQL Server from any Java application, application server, or Java-enabled applet.DownloadVersion 12.10 is the latest general availability (GA) version. It supports Java 8, 11, 17, 21 and 23. If you need to use an older Java runtime, see the Java and JDBC specification support matrix to see if there's a supported driver version you can use. We're continually improving Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver. Download Microsoft JDBC Driver 12.10 for SQL Server (zip) Download Microsoft JDBC Driver 12.10 for SQL Server (tar.gz)Version informationRelease number: 12.10.0Released: March 17, 2025When you download the driver, there are multiple JAR files. The JAR file with jre8 supports Java 8 and the JAR file with jre11 supports Java 11 and up.NoteIf you are accessing this page from a non-English language version, and want to see the most up-to-date content, please select Read in English at the top of this page. You can download different languages from the US-English version site by selecting available languages.Available languagesThis release of Microsoft JDBC Driver for SQL Server is available in the following languages:Microsoft JDBC Driver 12.10.0 for SQL Server (zip):Chinese (Simplified) | Chinese (Traditional) | English (United States) | French | German | Italian | Japanese | Korean | Portuguese (Brazil) | Russian | SpanishMicrosoft JDBC Driver 12.10.0 for SQL Server (tar.gz):Chinese (Simplified) | Chinese (Traditional) | English (United States) | French | German | Italian | Japanese | Korean | Portuguese (Brazil) | Russian | SpanishRelease notesFor details about this release, see the release notes and system requirements.Previous releasesTo download previous releases, see previous Microsoft JDBC Driver for SQL Server releases.Using the JDBC driver with Maven CentralThe JDBC driver can be added to a Maven project by adding it as a dependency in the POM.xml file with
Download - JDBC Driver for SQL Server
This post was authored by Andrea Lam, Program Manager, SQL ServerWe 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. The driver is open source and available at no additional charge.What’s newAzure Active Directory (AAD) support for LinuxConnect your Linux applications to Azure SQL Database using AAD authentication via username/password and access token methods.Federal Information Processing Standard (FIPS) enabled Java virtual machinesThe JDBC Driver can now be used on Java virtual machines (JVMs) that run in FIPS 140 compliance mode to meet federal standards and compliance.Kerberos Authentication Improvements The JDBC Driver now has support for:Principal/Password method for applications where the Kerberos configuration cannot be modified or is unable to retrieve a new token or keytab. This method can be used for authenticating to a SQL Server that only allows Kerberos authentication.Cross-realm authentication using Kerberos integrated authentication without explicitly setting the server service principal name (SPN). The driver now automatically computes the REALM even when it has not been provided.Kerberos constrained delegation by accepting impersonated user credentials as a GSS credential object via data source. This impersonated credential is then used to establish a Kerberos connection.Added TimeoutsThe JDBC driver now supports the following configurable timeouts you can change based on your application’s needs:Query Timeout to control the number of seconds to wait before a timeout occurs when running a querySocket Timeout to specify the number of milliseconds to wait before a timeout occurs on a socket read or acceptGet the latest JDBC jarsNote: Due to an issue found in the 6.2.0 release, some improvements were rolled back and new jars were uploaded to Maven and the Microsoft Download Center. Please use the 6.2.1 release jars instead.Add the JDBC driver to your Maven project by adding the following code to your POM file: com.microsoft.sqlserver mssql-jdbc 6.2.1.jre8 You can also download the JDBC driver 6.2 jars directly from:Maven Central RepositoryMicrosoft Download CenterGitHubHelp us improve the JDBC Driver by filing issues on GitHub or contributing to the project.ResourcesGet started quickly with Java and SQL Server on your platform of choice with our tutorials.For more detailed documentation, check out the JDBC documentation here.Stay tuned for upcoming releases that will have additional feature support. This applies to our wide range ofDownload - JDBC Driver for SQL Server
{ String url = "jdbc:sqlserver://localhost:1433;databaseName=myDB"; String user = "myUsername"; String password = "myPassword"; String sql = "CREATE TABLE myTable (id INT PRIMARY KEY, name VARCHAR(50))"; try { Connection conn = DriverManager.getConnection(url, user, password); Statement stmt = conn.createStatement(); stmt.executeUpdate(sql); stmt.close(); conn.close(); } catch (SQLException e) { e.printStackTrace(); } }}This example creates a new table called myTable in the myDB database with two columns: id and name.In this article, we have discussed how to use JDK 21 with SQL Server, and provided a comprehensive guide for entry-level users. We have covered the prerequisites, how to connect to SQL Server using JDBC, and how to use JDBC with SQL Server to execute SQL queries, update data, and perform other database operations. We hope that you have found this article helpful, and that you are now able to use JDK 21 with SQL Server in your Java applications.ReferencesTitleLinkJDK 21 download page Server download page Server JDBC Driver download page. Microsoft JDBC Driver For SQL Server 12.7.0. Microsoft JDBC Driver for SQL Server. Categories: JDBC Drivers: Tags: database sql mssql server jdbc sqlserver driver Download JDBC driver. The internationalization features of the Microsoft JDBC Driver for SQL Server include the following items: The JDBC Driver 6.0 for SQL ServerDownload - JDBC Driver for SQL Server
Linux-x86-MySQL Connector/ODBC 8.0.25 MySQL 8.0.26 server MySQL JDBC driver version 8.0.26 Windows-MySQL Connector/ODBC 8.0.26 Linux-x86-MySQL Connector/ODBC 8.0.26 Oracle Server 19.10 Oracle JDBC Driver 19.10.0.0.0 Windows-Oracle Client Version 19.3.0 Linux-x86-Oracle Client Version 19.3.0 Oracle Server 19.11 Oracle JDBC Driver 19.11.0.0.0 Windows-Oracle Client Version 19.3.0 Linux-x86-Oracle Client Version 19.3.0.0 Oracle Server 19.12 Oracle JDBC Driver 19.12.0.0.0 Windows-Oracle Client Version 19.3.0 Linux-x86-Oracle Client Version 19.12.0.0 Oracle Server 21.1 Oracle JDBC Driver 21.1.0.0.0 Windows-Oracle Client Version 19.10 Linux-x86-Oracle Client Version 19.12 Oracle Server 21.3 Oracle JDBC Driver 21.1.0.0.0 Windows-Oracle Client Version 19.10 Linux-x86-Oracle Client Version 19.12 Netezza Server 7.2.1 Netezza JDBC driver 7.2.1.10 Windows-IBM Netezza ODBC driver Version 7.2.1.11 Linux-x86-IBM Netezza ODBC driver Version-7.2.1.11 SQL Server 2017 CU24 Microsoft SQL Server JDBC driver version 9.2.0 Windows-SQL Server Native Client 11 (SQLNCLI11.DLL) Windows-ODBC Driver for SQL Server 17 Linux-x86-DataDirect ODBC Driver 8.0.2 SQL Server 2019 CU10 Microsoft SQL Server JDBC driver version 9.2.0 Windows-Microsoft OLE DB Driver for SQL Server 18.6 (MSOLEDBSQL.DLL) Windows-ODBC Driver for SQL Server 17 Linux-x86-DataDirect ODBC Driver 8.0.2 SQL Server 2019 CU11 Microsoft SQL Server JDBC driver version 9.2.0 Microsoft SQL Server JDBC driver version 9.4.0 Windows-Microsoft ODBC Driver 17.05 for SQL Server Linux-x86-DataDirect Version 08.02 SQL Server 2019 CU12 Microsoft SQL Server JDBC driver version 9.2.0 Microsoft SQL Server JDBC driver version 9.4.0 Windows-Microsoft ODBC Driver 17.05 for SQL Server Linux-x86-DataDirect Version 08.02 Informix V14.10.XC5 server Informix JDBC driver version 4.50.JC4W1 Windows-Informix SDK 4.10 TC14 Linux-x86-Informix SDK 4.10 TC15 Informix V14.10.XC6 server Informix JDBC driver version 4.50.JC4W1 Windows-Informix SDK 4.10 TC14 Linux-x86-Informix SDK 4.10 TC15 Sybase ASE Server 16 SP3 SAP JConnect JDBC driver version 16.1.3 SAP JConnect JDBC driver version 20.0.0 Windows-SAP Client-Library 16.0 Linux-x86-SAP Client-Library 16.0 SP4 Sybase IQ Server 16.1 SP3 SAP JConnect JDBC driver version 16.1.3 Windows-SAP IQ ODBC driver 16.0SP11 Linux-x86-SAP IQ ODBC driver 16.0 SP11 Sybase IQ Server 16.1 SP4 SAP JConnect JDBC driver version 20.0.0 Windows-SAP IQ ODBC driver 16.0SP11 Linux-x86-SAP IQ ODBC driver 16.0 SP11 IBM Performance server/Netezza 11.2.0.0 server Netezza nzjdbc 11.2.0.0 Windows- ODBC driver 11.2.0.0 Linux-x86- ODBC driver 11.2.1.1Download - JDBC Driver for SQL Server
Database type Dynamic Query versions Compatible Query versions Google BigQuery JDBC driver 1.2.14.1017 JDBC driver 1.2.16.1020 JDBC driver 1.2.18.1022 JDBC driver 1.2.19.1023 Not applicable Amazon Athena JDBC driver 2.0.23 Not applicable Snowflake JDBC driver 3.13.0 JDBC driver 3.13.1 JDBC driver 3.13.2 JDBC driver 3.13.3 JDBC driver 3.13.4 JDBC driver 3.13.5 JDBC driver 3.13.6 Not applicable Amazon Redshift JDBC Driver 1.2.54.1082 JDBC Driver 1.2.55.1083 JDBC Driver 2.0.0.5 Not applicable Denodo 8 server JDBC driver version 8.0 20210209 Not applicable Exasol 7.0.10 server Exasol JDBC driver version 7.0.7 Exasol JDBC driver version 7.0.11 Not applicable Trino Server 353 Trino JDBC Driver 351 Trino JDBC Driver 352 Trino JDBC Driver 353 Not applicable Trino Server 354 Trino JDBC Driver 354 Not applicable Trino Server 355 Trino JDBC Driver 355 Not applicable Trino Server 356 Trino JDBC Driver 356 Not applicable Trino Server 357 Trino JDBC Driver 357 Not applicable Trino Server 358 Trino JDBC Driver 358 Not applicable Trino Server 359 Trino JDBC Driver 359 Not applicable Trino Server 360 Trino JDBC Driver 360 Not applicable VMware Tanzu Greenplum 6.16.0 server VMware Tanzu Greenplum JDBC Driver 5.1.4.000275 Not applicable Apache Hive Server 3.1.3000.7.1.6.0-297 Hive JDBC Driver 3.1.3000.7.1.6.0-297 Not applicable Cloudera Impala 3.4 server Cloudera JDBC driver version 2.6.18.1021 Cloudera JDBC driver version 2.6.20.1024 Cloudera JDBC driver version 2.6.23.1028 Not applicable BigSQL 7.1 server IBM JCC JDBC driver version 4.29.24 Not applicable Azure Synapse Analytics 12.00.2531 Microsoft SQL Server JDBC driver version 9.2.0 Microsoft SQL Server JDBC driver version 9.4.0 Not applicable Azure SQL 12.00.2255 Microsoft SQL Server JDBC driver version 9.2.0 Microsoft SQL Server JDBC driver version 9.4.0 Not applicable MariaDB 10.4.17 server MariaDB JDBC driver version 2.7.2 MariaDB JDBC driver version 2.7.3 Not applicable MariaDB 10.4.18 server MariaDB JDBC driver version 2.7.3 Not applicable MariaDB 10.5.8 server MariaDB JDBC driver version 2.7.3 Not applicable MariaDB 10.5.9 server MariaDB JDBC driver version 2.7.3 Not applicable MariaDB 10.5.10 server MariaDB JDBC driver version 2.7.3 Not applicable MariaDB 10.6.0 server MariaDB JDBC driver version 2.7.3 Not applicable MariaDB 10.6.3 server MariaDB JDBC driver version 2.7.3 Not applicable SingleStore 7.3.6 server MariaDB JDBC driver version 2.7.3Download - JDBC Driver for SQL Server
This tutorial shows how to set up a data source and connect to a Microsoft® SQL Server® database using the Database Explorer app or the command line. This tutorial uses the Microsoft JDBC Driver 4.0 for Microsoft SQL Server to connect to a Microsoft SQL Server 2016 Express database. Step 1. Verify the driver installation.If the JDBC driver for Microsoft SQL Server is not installed on your computer, find the link on the Driver Installation page to install the driver. Follow the instructions to download and install this driver on your computer.Step 2. Set up the data source.You set up a data source using the Database Explorer app or the command line.Set Up Data Source Using Database Explorer AppOpen the Database Explorer app by clicking the Apps tab on the MATLAB® Toolstrip. Then, on the right of the Apps section, click the Show more arrow to open the apps gallery. Under , click Database Explorer. Alternatively, enter databaseExplorer at the command line.In the Data Source section, select > .The JDBC Data Source Configuration dialog box opens.In the Name box, enter a name for your data source. This example uses a data source named MyMicrosoftDataSource. You use this name to establish a connection to your database.From the Vendor list, select Microsoft SQL Server.In the Driver Location box, enter the full path to the JDBC driver file.If you want to store your user credentials for this data source, click the Set Credentials button.In the Database box, enter the name of your database. In the Server box, enter the name of your database server. Consult your database administrator for the name of your database server. In the Port Number box, enter the port number.Under Connection Options, in the Name column, enter the name of an additional driver-specific option. Then, in the Value column,Download - JDBC Driver for SQL Server
Abstract: Explore the integration of JDK21 and SQL Server, and learn how to troubleshoot common issues with this powerful combination. From installation to configuration, we've got you covered. 2023-12-21 by Java Development Kit (JDK) 21 is the latest version of the Java SE platform, which was released in September 2022. It includes a number of new features, improvements, and bug fixes. In this article, we will discuss how to use JDK 21 with Microsoft SQL Server, and provide a comprehensive guide for entry-level users.PrerequisitesBefore you start using JDK 21 with SQL Server, you need to make sure that you have the following:JDK 21 installed on your machineMicrosoft SQL Server installed on your machine or accessible from your machineMicrosoft SQL Server JDBC Driver (JDBC 4.3 or later) installed on your machineIf you don't have any of these prerequisites, you can download and install them from the following links:JDK 21 download pageSQL Server download pageSQL Server JDBC Driver download pageConnecting to SQL Server using JDBCOnce you have installed all the prerequisites, you can connect to SQL Server using JDBC by following these steps:Create a new Java project in your favorite IDE (e.g., IntelliJ IDEA, Eclipse, etc.)Create a new Java class with a main method (e.g., SQLServerTest.java)Add the following code to your main method:import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;public class SQLServerTest { public static void main(String[] args) { String url = "jdbc:sqlserver://localhost:1433;databaseName=myDB"; String user = "myUsername"; String password = "myPassword"; try { Connection conn = DriverManager.getConnection(url, user, password); System.out.println("Connection established."); conn.close(); } catch (SQLException e) { e.printStackTrace(); } }}Make sure to replace the url, user, and password variables with your own SQL Server connection details.Add the SQL Server JDBC Driver JAR file to your project's classpathRun the Java classIf everything is set up correctly, you should see the following output:Connection established.This means that you have. Microsoft JDBC Driver For SQL Server 12.7.0. Microsoft JDBC Driver for SQL Server. Categories: JDBC Drivers: Tags: database sql mssql server jdbc sqlserver driver
Download - JDBC Driver for SQL Server
DbExpress driver for Oracle 8.1.0 ... and 64-bit) and Linux (64-bit) platforms. For this server, dbExpress provides a driver as an independent library that implements the common dbExpress interface for processing queries and stored procedures. ... Author Devart License Free To Try Price $199.95 Released 2023-11-15 Downloads 868 Filesize 13.01 MB Requirements RAD Studio, Delphi, and C++Builder is required Installation Install and Uninstall Keywords dbExpress driver, Oracle driver, Delphi driver Users' rating(17 rating) Currently 3.71/512345 dbExpress driver for Oracle sql server client - Download Notice Using dbExpress driver for Oracle Free Download crack, warez, password, serial numbers, torrent, keygen, registration codes, key generators is illegal and your business could subject you to lawsuits and leave your operating systems without patches. We do not host any torrent files or links of dbExpress driver for Oracle on rapidshare.com, depositfiles.com, megaupload.com etc. All dbExpress driver for Oracle download links are direct dbExpress driver for Oracle full download from publisher site or their selected mirrors. Avoid: sql server client oem software, old version, warez, serial, torrent, dbExpress driver for Oracle keygen, crack. Consider: dbExpress driver for Oracle full version, sql server client full download, premium download, licensed copy. dbExpress driver for Oracle sql server client - The Latest User Reviews Most popular Components & Libraries downloads HXTT Cobol 3.0.016 download ... style), ASCII encoding, EBCDIC encoding, transaction, embedded mode, client/server mode, remote access mode, memory-only database, compressed database, ... mode and remote access mode. It supports ANSI SQL 92 standard, more than 230 sql functions, XOPEN ... Save software Download Details HXTT Text JDBC and CSV JDBC Drivers 6.0.016 download ... and variable-length binary file, supports transaction, embedded access, client/server mode, remote access, memory-only database, compressed database, SAMBA ... compressed database, and url database. It supports ANSI SQL 92 standard, more than 230 sqlDownload - JDBC Driver for SQL Server
To develop an application that uses the SQL Server Native Client API. X86 Package (sqlncli.msi) X64 Package (sqlncli.msi) Microsoft® SQL Server® 2012 Command Line UtilitiesThe SQLCMD utility allows users to connect to, send Transact-SQL batches from, and output rowset information from SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, and SQL Server 2012 instances. The bcp utility bulk copies data between an instance of Microsoft SQL Server 2012 and a data file in a user-specified format. The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files.Note: This component requires both Windows Installer 4.5 and Microsoft SQL Server Native Client (which is another component available from this page). X86 Package(SqlCmdLnUtils.msi)X64 Package (SqlCmdLnUtils.msi) Microsoft® SQL Server® ODBC Driver for Linux V 1.0The 64 bit version of the Microsoft SQL Server ODBC Driver for Linux provides robust data access to Microsoft SQL Server. It allows native C and C++ applications to leverage the standard ODBC API and connect to Microsoft SQL Server 2008 R2 and Microsoft SQL Server 2012. This feature pack includes the 64-bit ODBC driver ( For Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6), docs, and command line utilities (sqlcmd and bcp). Microsoft® JDBC Driver 4.0 for SQL Server®In our continued commitment to interoperability, Microsoft has released a new Java Database Connectivity (JDBC) driver. The Microsoft JDBC Driver 4.0 for SQL Server is available to all SQL Server. Microsoft JDBC Driver For SQL Server 12.7.0. Microsoft JDBC Driver for SQL Server. Categories: JDBC Drivers: Tags: database sql mssql server jdbc sqlserver driver Download JDBC driver. The internationalization features of the Microsoft JDBC Driver for SQL Server include the following items: The JDBC Driver 6.0 for SQL ServerDownload - JDBC Driver for SQL Server
Default packet size parameter used with SQL Server connections. This setting can be overridden when registering a SQL Server datasource. For details, see Providing SQL Server Connection Information When Registering Datasources.Default Driver SelectionBy default, when you register a datasource, the native driver is automatically selected as the default connection option.NOTE: For details on native driver and JDBC driver support, see the ReadMe file selecting View > Release Notes.The controls in this group let you specify one of the installed or packaged DBMS platform-specific JDBC drivers as the default connection option.Connect using JDBC instead of the SQL Server Native ClientFor platforms for which a native driver is supported, this check box enables selection of a JDBC driver as the default connection option.For platforms for which no native driver is available, this check box is disabled.JDBC driver to useIf multiple JDBC drivers are available for this platform, this control lets you select the specific JDBC driver to use as the default.Assign to all disconnected DatasourcesThis control lets you assign either the native driver or the currently selected JDBC driver as the connection option for all datasources defined on the relevant DBMS platform that are currently not connected. If the Connect using JDBC instead of the DB2 CLI driver setting is selected, all disconnected datasources are assigned the driver selected from the JDBC driver to use list as the connection option. Otherwise, the native driver is assigned to all disconnected datasources on this DBMS platform.Connection Options - OracleThe Connection > Oracle tab of the Options Editor lets you select an installed client other than the active/default client version for IDERA driver connections. It also lets you override default client/server settings.Note: For information on opening the Options Editor, see Specifying Application Preferences and Feature Options.Note: For more general connectivity options, see Connection Options.GroupSettingDescriptionHide time portion of DATE datatype if zeroIf selected, the time portion (HH:MM:SS) of DATE datatype results are suppressed in the ISQL Editor’s Results window, if the time portion is all zeroes.OCI Client SelectionThis group of controls apply only to use of the IDERA drivers with native Oracle clients. If no clientComments
Chuyển đến nội dung chính Trình duyệt này không còn được hỗ trợ nữa. Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật. Download Microsoft JDBC Driver for SQL Server Bài viết03/18/2025 Trong bài viết này -->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 on the Java platform. The driver downloads are available to all users at no extra charge. They provide access to SQL Server from any Java application, application server, or Java-enabled applet.DownloadVersion 12.10 is the latest general availability (GA) version. It supports Java 8, 11, 17, 21 and 23. If you need to use an older Java runtime, see the Java and JDBC specification support matrix to see if there's a supported driver version you can use. We're continually improving Java connectivity support. As such we highly recommend that you work with the latest version of Microsoft JDBC driver. Download Microsoft JDBC Driver 12.10 for SQL Server (zip) Download Microsoft JDBC Driver 12.10 for SQL Server (tar.gz)Version informationRelease number: 12.10.0Released: March 17, 2025When you download the driver, there are multiple JAR files. The JAR file with jre8 supports Java 8 and the JAR file with jre11 supports Java 11 and up.NoteIf you are accessing this page from a non-English language version, and want to see the most up-to-date content, please select Read in English at the top of this page. You can download different languages from the US-English version site by selecting available languages.Available languagesThis release of Microsoft JDBC Driver for SQL Server is available in the following languages:Microsoft JDBC Driver 12.10.0 for SQL Server (zip):Chinese (Simplified) | Chinese (Traditional) | English (United States) | French | German | Italian | Japanese | Korean | Portuguese (Brazil) | Russian | SpanishMicrosoft JDBC Driver 12.10.0 for SQL Server (tar.gz):Chinese (Simplified) | Chinese (Traditional) | English (United States) | French | German | Italian | Japanese | Korean | Portuguese (Brazil) | Russian | SpanishRelease notesFor details about this release, see the release notes and system requirements.Previous releasesTo download previous releases, see previous Microsoft JDBC Driver for SQL Server releases.Using the JDBC driver with Maven CentralThe JDBC driver can be added to a Maven project by adding it as a dependency in the POM.xml file with
2025-04-16This post was authored by Andrea Lam, Program Manager, SQL ServerWe 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. The driver is open source and available at no additional charge.What’s newAzure Active Directory (AAD) support for LinuxConnect your Linux applications to Azure SQL Database using AAD authentication via username/password and access token methods.Federal Information Processing Standard (FIPS) enabled Java virtual machinesThe JDBC Driver can now be used on Java virtual machines (JVMs) that run in FIPS 140 compliance mode to meet federal standards and compliance.Kerberos Authentication Improvements The JDBC Driver now has support for:Principal/Password method for applications where the Kerberos configuration cannot be modified or is unable to retrieve a new token or keytab. This method can be used for authenticating to a SQL Server that only allows Kerberos authentication.Cross-realm authentication using Kerberos integrated authentication without explicitly setting the server service principal name (SPN). The driver now automatically computes the REALM even when it has not been provided.Kerberos constrained delegation by accepting impersonated user credentials as a GSS credential object via data source. This impersonated credential is then used to establish a Kerberos connection.Added TimeoutsThe JDBC driver now supports the following configurable timeouts you can change based on your application’s needs:Query Timeout to control the number of seconds to wait before a timeout occurs when running a querySocket Timeout to specify the number of milliseconds to wait before a timeout occurs on a socket read or acceptGet the latest JDBC jarsNote: Due to an issue found in the 6.2.0 release, some improvements were rolled back and new jars were uploaded to Maven and the Microsoft Download Center. Please use the 6.2.1 release jars instead.Add the JDBC driver to your Maven project by adding the following code to your POM file: com.microsoft.sqlserver mssql-jdbc 6.2.1.jre8 You can also download the JDBC driver 6.2 jars directly from:Maven Central RepositoryMicrosoft Download CenterGitHubHelp us improve the JDBC Driver by filing issues on GitHub or contributing to the project.ResourcesGet started quickly with Java and SQL Server on your platform of choice with our tutorials.For more detailed documentation, check out the JDBC documentation here.Stay tuned for upcoming releases that will have additional feature support. This applies to our wide range of
2025-04-09Linux-x86-MySQL Connector/ODBC 8.0.25 MySQL 8.0.26 server MySQL JDBC driver version 8.0.26 Windows-MySQL Connector/ODBC 8.0.26 Linux-x86-MySQL Connector/ODBC 8.0.26 Oracle Server 19.10 Oracle JDBC Driver 19.10.0.0.0 Windows-Oracle Client Version 19.3.0 Linux-x86-Oracle Client Version 19.3.0 Oracle Server 19.11 Oracle JDBC Driver 19.11.0.0.0 Windows-Oracle Client Version 19.3.0 Linux-x86-Oracle Client Version 19.3.0.0 Oracle Server 19.12 Oracle JDBC Driver 19.12.0.0.0 Windows-Oracle Client Version 19.3.0 Linux-x86-Oracle Client Version 19.12.0.0 Oracle Server 21.1 Oracle JDBC Driver 21.1.0.0.0 Windows-Oracle Client Version 19.10 Linux-x86-Oracle Client Version 19.12 Oracle Server 21.3 Oracle JDBC Driver 21.1.0.0.0 Windows-Oracle Client Version 19.10 Linux-x86-Oracle Client Version 19.12 Netezza Server 7.2.1 Netezza JDBC driver 7.2.1.10 Windows-IBM Netezza ODBC driver Version 7.2.1.11 Linux-x86-IBM Netezza ODBC driver Version-7.2.1.11 SQL Server 2017 CU24 Microsoft SQL Server JDBC driver version 9.2.0 Windows-SQL Server Native Client 11 (SQLNCLI11.DLL) Windows-ODBC Driver for SQL Server 17 Linux-x86-DataDirect ODBC Driver 8.0.2 SQL Server 2019 CU10 Microsoft SQL Server JDBC driver version 9.2.0 Windows-Microsoft OLE DB Driver for SQL Server 18.6 (MSOLEDBSQL.DLL) Windows-ODBC Driver for SQL Server 17 Linux-x86-DataDirect ODBC Driver 8.0.2 SQL Server 2019 CU11 Microsoft SQL Server JDBC driver version 9.2.0 Microsoft SQL Server JDBC driver version 9.4.0 Windows-Microsoft ODBC Driver 17.05 for SQL Server Linux-x86-DataDirect Version 08.02 SQL Server 2019 CU12 Microsoft SQL Server JDBC driver version 9.2.0 Microsoft SQL Server JDBC driver version 9.4.0 Windows-Microsoft ODBC Driver 17.05 for SQL Server Linux-x86-DataDirect Version 08.02 Informix V14.10.XC5 server Informix JDBC driver version 4.50.JC4W1 Windows-Informix SDK 4.10 TC14 Linux-x86-Informix SDK 4.10 TC15 Informix V14.10.XC6 server Informix JDBC driver version 4.50.JC4W1 Windows-Informix SDK 4.10 TC14 Linux-x86-Informix SDK 4.10 TC15 Sybase ASE Server 16 SP3 SAP JConnect JDBC driver version 16.1.3 SAP JConnect JDBC driver version 20.0.0 Windows-SAP Client-Library 16.0 Linux-x86-SAP Client-Library 16.0 SP4 Sybase IQ Server 16.1 SP3 SAP JConnect JDBC driver version 16.1.3 Windows-SAP IQ ODBC driver 16.0SP11 Linux-x86-SAP IQ ODBC driver 16.0 SP11 Sybase IQ Server 16.1 SP4 SAP JConnect JDBC driver version 20.0.0 Windows-SAP IQ ODBC driver 16.0SP11 Linux-x86-SAP IQ ODBC driver 16.0 SP11 IBM Performance server/Netezza 11.2.0.0 server Netezza nzjdbc 11.2.0.0 Windows- ODBC driver 11.2.0.0 Linux-x86- ODBC driver 11.2.1.1
2025-04-24