sqljdbc Driver in Java Database Connection Architecture

Q

How does sqljdbc JDBC Driver fit in Java Database Connection Architecture?

✍: FYIcenter.com

A

sqljdbc JDBC driver is considered as one of Microsoft SQL Server JDBC drivers that allows your Java application to connect to SQL Server databases using the JDBC API.

The following diagram show how the sqljdbc JDBC driver fits in the Java Database Connection Architecture map (source: http://www.kode-blog.com/jdbc-tutorial):

sqljdbc Driver in Java JDBC Database Connection Architecture
sqljdbc Driver in Java JDBC Database Connection Architecture

Note that there are other free and commercial Microsoft SQL Server JDBC drivers available that provides the same functionalities as sqljdbc JDBC Driver. For example, sqljdbc.jar provided by open source, is also a SQL Server JDBC driver.

 

ShowJdbcDrivers.java - sqljdbc JDBC Driver Example

Examples for sqljdbc - JDBC Driver for SQL Server

Examples for sqljdbc - JDBC Driver for SQL Server

⇑⇑ FAQ for sqljdbc - JDBC Driver for SQL Server

2017-01-05, 1879🔥, 0💬