Central Connecticut State University, Spring 2000

Java JDBC Demos Page

last modified on 11/03/02

These Demos show you how to access the CS Department's MySQL database server through Java and the JDBC (Java Database Connectivity) API. They are taken from examples from the tutorial documentation on M. Mathew's MM.MySQL JDBC driver website, and modified for use at Central.

Before you can compile and run these demo programs, you have to download and install the MM.MySQL JDBC driver (see our MySQL Resources Page for more information). You also have to replace "pswd" with the correct password.

All these demo programs have been compiled, tested, and shown to work here at Central.

Demos.

Return to Dr. Charles W. Neville's Home Page.