2.1 In This Chapter

Follow this tutorial to write a simple program that uses an object-oriented database. The database and the data objects stored in it are based on classes from the Microsoft Foundation Class Library. The process can be summarized as follows:

1.Design the data items.

2.Design a list to store the data.

3.Test the data model.

The rest of this section describes the example program.