*********************************

CS525 Database Management System

Steve Talbot

Spring 2009

README

*********************************

1. The DBMS was written in C++ using Eclipse in a Windows environment.

2. To run the program, run the file C:\Project_2\Project_2_stalbot\DatabaseManagementSystem.cpp

3. To do this, open the project in Eclipse and run the above file from Eclipse.

4. "Project 1" was the implementation of basic database commands.  
   There is a short document in the zip file that describes the commands that can be used.

5. "Project 2" was the implemenation of a B-Tree Index on top of the "Project 1" functionality.
   There is no document describing the commands (pending).