ODBC-accessible data source in the JVM host environment. JDBC classes are in the java.sql package. For JDBC connectivity, firstly the JDBC-ODBC driver is registered then by using DriverManagerClass the connection is established. This class throws sqlException hence it must be caught. The Driver ...