Share via


Writing and Creating a Record

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Use the CeWriteRecordProps (CEDB) function to write to a record. Like the CeReadRecordPropsEx (CEDB) function, CeWriteRecordProps uses an array of CEPROPVAL (CEDB) structures to pass property information into the record. To create a new record, call CeWriteRecordProps with the oidRecord parameter set to zero.

When writing to a mounted volume, Windows Embedded CE caches all write operations. The database subsystem periodically requests a cache flush after a series of operations. If memory is low, Windows Embedded CE flushes the cache to permanent storage. Windows Embedded CE cannot flush only part of the cache. All database blocks are flushed.

See Also

Concepts

CEDB Database Support