Re: Which JDBC version for Windows 7?
Posted by: Filipe Silva
Date: May 06, 2016 10:27AM

Assuming that you want to connect to a MySQL database from a simple Java program, you don't "need" any specific JDBC version. What you need is a JDBC implementation that knows how to "speak" to MySQL.
Just download the latest Connector/J driver (http://dev.mysql.com/downloads/connector/j/) and drop its jar file into your project's classpath.

Options: ReplyQuote


Subject
Written By
Posted
Re: Which JDBC version for Windows 7?
May 06, 2016 10:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.