Home > Database > Mysql Tutorial > body text

Out of all 4 JDBC driver types, when to use which driver?

WBOY
Release: 2023-09-23 23:41:07
forward
915 people have browsed it

在所有 4 种 JDBC 驱动程序类型中,什么时候使用哪种驱动程序?

If you are accessing one type of database, such as Oracle, Sybase, or IBM, the preferred driver type is 4.

Type 3 is the preferred driver if your Java application accesses multiple types of databases simultaneously.

Type 2 drivers are useful in situations where a Type 3 or Type 4 driver is not yet available for the database.

Type 1 drivers are not considered deployment-level drivers and are typically used for development and testing purposes only.

The above is the detailed content of Out of all 4 JDBC driver types, when to use which driver?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!