InterviewSolution
| 1. |
Are All The Required Jdbc Drivers To Establish Connectivity To My Database Part Of The Jdk? |
|
Answer» No. There aren't any JDBC technology-enabled drivers BUNDLED with the JDK 1.1.x or Java 2 PLATFORM releases other than the JDBC-ODBC Bridge. So, developers need to get a driver and install it before they can connect to a database. We are considering BUNDLING JDBC technology- enabled drivers in the future. No. There aren't any JDBC technology-enabled drivers bundled with the JDK 1.1.x or Java 2 Platform releases other than the JDBC-ODBC Bridge. So, developers need to get a driver and install it before they can connect to a database. We are considering bundling JDBC technology- enabled drivers in the future. |
|