Windows CE Database Classes

MFC for Windows CE introduces four new database support classes. Two of them are derived from CObject.

The CCeDBDatabase represents a Windows CE object store database.

CCeDBProp encapsulates the attributes and functionality of a database property.

There are two other Windows CE database support classes, called CCeDBRecord, which represents a Windows CE database record, and CCeDBEnum, which is an object store database enumerator. See Windows CE Database Support for more information about these classes.

To see where these Windows CE database classes fit into the Windows CE class hierarchy, see Classes Derived from CObject.