- 2014-02-23 - Licence Fondamentale d'Informatique
samedi 1 mars 2014

How to connect Java and MySQL (using mysql-connector-java-5.1.24)

Hello people I am gonna show you here the shortest and simplest way to connect your Java project with MySQL. By the end of this tutorial, you will be able to fetch, insert, or fire any query to your database from Java very easily and yes also you will be able to fetch data in a JTable. Talking about simplest method,...
 
-