Contacts Database

Contacts, a Windows CE personal information manager (PIM) application, is organized as a series of records, called address cards. Each address card contains a number of fields, called properties. Among the many predefined properties are name, address, telephone number, birthday, and anniversary. The Contacts database application is bundled with Windows CE and includes a graphical user interface.

Contacts can be used as is if the default application settings meet the needs of the user. However, you can take advantage of the open application programming interface and design new Contacts database applications. For example, you can design a Contacts database application to track a doctor's patient-contact information, including dates of previous and future office visits. You can retrieve, store, and query the records and properties in the Contacts database.

Since the Contacts database application is built on the Windows CE object store, you need to be familiar with the object store to completely understand the database. For more information about the object store, see Accessing Persistent Storage.

A Contacts database includes the following basic elements.