| |
GeekInterview.com > Interview Questions > J2EE > JDBC
| Print | |
Question: What is difference b/w Type-1 and Type-4 JDBC Driver with Example ?
Answer: Give me brief description with small Example |
| July 07, 2008 02:00:25 |
#1 |
| saankhya2003 |
Member Since: July 2008 Total Comments: 3 |
RE: What is difference b/w Type-1 and Type-4 JDBC Driver with Example ? |
In case of typeI driver, native database libraries have to be installed in the client,this is not a pure java driver. ODBC acts as a bridge. In case of type4 driver, the database calls are converted to the client calls directly, without the help of any middle ware hence widely used. |
| |
Back To Question | |