JDBC Information
- Database Type
 - The name of the database in use.
 - JDBC Name
 - The Java Database Connectivity driver name. This allows Java programs to run on any SQL-compliant database.
 - JDBC Version
 - The version number of the JDBC driver.
 - Database Version
 - The version number of the database in use.
 - JDBC URL
 - The complete location path to the JDBC driver.
 - Connection Class
 - The group of created objects that is used to define and establish a connection to the database.
 - JDBC Username
 - The username to access the database.