Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.44 KB

microsoft-jdbc-driver-for-sql-server.md

File metadata and controls

47 lines (34 loc) · 2.44 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic
Microsoft JDBC Driver for SQL Server
Article on JDBC driver with SQL Server and Azure SQL Database, enabling connectivity from any Java application, server, or applet.
David-Engel
davidengel
vanto
09/12/2024
sql
connectivity
conceptual

Microsoft JDBC Driver for SQL Server

[!INCLUDE Driver_JDBC_Download]

In our continued commitment to interoperability, Microsoft provides a Java Database Connectivity (JDBC) driver for use with SQL Server, Azure SQL Database, and Azure SQL Managed Instance. The driver is available at no extra charge and provides Java database connectivity from any Java application, application server, or Java-enabled applet. This driver is a Type 4 JDBC driver that provides database connectivity through the standard JDBC application program interfaces (APIs).

The Microsoft JDBC Driver for SQL Server has been tested against major application servers such as IBM WebSphere and SAP NetWeaver.

Getting started

Documentation

Download

Download Microsoft JDBC Driver for SQL Server - has additional information about Maven projects, and more.

Samples

Related content

Finding additional JDBC driver information