JDBC Tutorial #2 : Connecting Java Program to MySQL Database

In this video, I have shown how to connect our Java program with an existing database in mysql. The URL structure of mysql is also explained. At the end of the video, a successful connection is made to the database from the program. This tutorial series covers following topics ■ Connecting Java Program to MySQL Database ■ Inserting data into database ■ Fetching data from database ■ Updating an entry in database ■ Creating a table programmatically ■ Using PreparedStatements ■ Display database contents in JTable
Back to Top