aspose file tools
The moose likes JDBC and the fly likes Best JDBC Driver  and  Why Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Best JDBC Driver  and  Why " Watch "Best JDBC Driver  and  Why " New topic
Author

Best JDBC Driver and Why

Rajendra Prakash
Ranch Hand

Joined: Sep 10, 2009
Posts: 293
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
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.)


Android appsImageJ pluginsJava web charts
Vinod Tiwari
Ranch Hand

Joined: Feb 06, 2008
Posts: 458
Dear Rajendra,

Please refer this.

Thanks
Vinod
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Best JDBC Driver and Why
 
Similar Threads
best driver
JDBC Driver
Best Driver for MySQL DB
What is the best JDBC driver, Performance
Problem retrieving BLOB through resultset