In this video, I have shown how to fetch data from database. Using MySQL workbench, I have created a table called USER. The table contains one coloumn named name.
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
Genuine Coder
http://www.genuinecoder.com/