Central Connecticut State University, Spring 2000

Java JDBC Demos Page

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 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.