jTDS JDBC Driver in Java Database Connection Architecture

Q

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

✍: FYIcenter.com

A

jTDS 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 jTDS JDBC driver fits in the Java Database Connection Architecture map (source: http://www.kode-blog.com/jdbc-tutorial):
jTDS 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 jTDS JDBC Driver. For example, sqljdbc.jar provided by Microsoft, is also a SQL Server JDBC driver.

 

ShowJdbcDrivers.java - jTDS JDBC Driver Example

Examples for jTDS - JDBC Driver for SQL Server

Examples for jTDS - JDBC Driver for SQL Server

⇑⇑ FAQ for jTDS - JDBC Driver for SQL Server

2017-02-03, 3143🔥, 0💬