Hi Friends , In JDBC 4 drivers are there among this which is best and why. which driver is most commonly used in web application
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
In most cases a DB comes with its own driver, which is then kind of the default choice. That's certainly the case for all major DBs (SQLServer, DB2, Oracle, Informix, Sybase, PostgreSQL, MySQL). So in practice, it's not like you have a choice anyway. (The only DB I'm aware of that has multiple drivers available is SQLServer, and even there you'd generally go with Microsoft's driver.)