Java Database Programming with JDBC

The application we’ll be developing, IconStore, will connect to a database, query for image data stored in database tables, and display the images on a canvas. It’s all very simple, and it puts the JDBC to good use by building a dynamic application totally driven by data stored in tables. ................
................