Java Database Programming with JDBC

The ODBC URL. To make a connection to a JDBC driver, you must supply a URL. The general structure of the JDBC URL is . jdbc:: where subprotocol is the kind of database connectivity being requested, and subname provides additional information for the subprotocol. For the Bridge, the specific URL structure is: ................
................