Windows CE Database Support

MFC for Windows CE introduces four new database support classes. CCeDBRecord represents a database record in a Windows CE object store database (a CCeDatabase object). Each CCeDBRecord object contains pointers to the CCeDBProp objects that represent the record's properties.

The CCeDBEnum class is an object store database enumerator.

See Windows CE Database Classes for information on the CCeDatabase and CCeDBProp classes.

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