Fork me on GitHub

Simple Contacts Application

Please feel free to play about as much as you like. Note that you can add new tables and new fields to tables.
If you attempt to make changes to protected data, you will be challenged for a Username and Password.
Use _administrator_ and FIXME.

Included in the distribution is a simple Contacts Database application allowing addition, modification, deletion and search of Contact records.

The code is very simple: Search.java.

The data is stored in an SQL database, which is created from a Data Structure Definition (DSD). The database is also accessible through the generic Admin Interface.