Share via


Filesys Module Migration Issues

In Windows CE .NET, you cannot change the sort orders of a database that is opened and in use. If a database is open when CeSetDatabaseInfoEx is called and a request is issued to change the sort orders, the function fails.

The database sort flag CEDB_SORT_UNIQUE now implies the CEDB_SORT_NONNULL flag for each sort property. This means that it is no longer valid to write a record that is missing a sort property into a unique-constrained database, as it was in Windows CE .NET. This change was made to prevent conflict between incomplete records.

See Also

Data Store and Registry | Migration from Windows CE 2.12 to Windows CE .NET

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.