How do I get runtime information about the JDBC Driver?

Use the following DatabaseMetaData methods:       * getDriverMajorVersion()     * getDriverMinorVersion()     * getDriverName()     * getDriverVersion()

How does the Java Database Connectivity (JDBC) work?

The JDBC is used whenever a Java application should communicate with a relational database for which a JDBC driver exists. JDBC is part of the Java platform standard; all visible classes and interfaces used in the JDBC are placed in package Java   Main JDBC classes:       * DriverManager. Manages a list of database [...]

Follow

Get every new post delivered to your Inbox.