Top "Connector-j" questions

creating a login form with java connected to mysql

I created a java login frame using netbeans and I connected it to MySQL using MySQL Connector/J which the …

java mysql connector-j
which JDBC connector to user for mysql 8.0.15

I have installed MYSQL 8.0.15 and I have mysql-connector-java-5.1.47-bin.jar driver, but my connection would fail. I have spent almost …

mysql jdbc connector-j
How do I instal Connector/J on windows 7?

I need step by step instructions. I have downloaded if from the mysql website http://dev.mysql.com/usingmysql/java/ …

java mysql windows jdbc connector-j
Using getGeneratedKeys with batch inserts in MySQL with Connector/J

Using Connector/J, I would like to do a batch insert into a master table followed by a batch insert …

java mysql database jdbc connector-j
connecting to sql server 2014 database from basic java application?

I am following along with the book "learn java for web development" by vishal layka at present. But I have …

java sql intellij-idea sql-server-2014-express connector-j