Nuacht

How would you like to create your own type 3 JDBC (Java Database Connectivity) driver or convert an existing JDBC driver to type 3? Type 3 drivers, primarily useful for Internet/intranet ...
Here we explain the difference between the four JDBC driver types, and how to choose the right JDBC driver for your database-driven Java apps.
JDBC (Java Database Connectivity) is the Java API that manages connecting to a database, issuing queries and commands, and handling result sets obtained from the database.