Today I was learning different JDBC drivers. I found in below site
http://www.javaworld.com/javaworld/jw-07-2000/jw-0707-jdbc.html?page=4
that JDBC-ODBC Bridge takes more time than the other drivers including Type - 3. But when I was looking at the Type - 3 dirver
http://www.javaworld.com/javaworld/jw-05-2002/jw-0517-jdbcdriver.html?page=2
where it is said that it uses middle-tier to communicate to server. Middle-tier uses JDBC-ODBC bridge to talk to the server. If this is the architecture then how come Type - 3 takes less time when compared to Type - 1 since Type - 3 itself uses Type -1 . Please clarify me and correct me if I am wrong. Thanks.
JDK 1.2.1
(!!) and other obsolete technologies. If you want to learn aboutJDBC
there are definitely better sources out there. – Dave L.