JDBC Drivers

What is JDBC?
Briefly, Java Database Connectivity (JDBC) is an API (Application Programming Interface) which allows a standardized way to communicate with a database. JD...
Wed, 12 Jul, 2017 at 3:51 PM
Which JDBC driver should I use?
You'll need a JDBC driver that works with the actual database that you are about to connect to. DbVisualizer works with any category (type) of JDBC driv...
Wed, 17 Feb, 2021 at 11:36 PM
How do I load a JDBC driver and get connected?
Please see the Installing a JDBC Driver section of the Users Guide.
Tue, 6 Sep, 2016 at 1:35 PM