CEDB Functions (Windows CE 5.0)
The following table shows the CEDB functions with a description of the purpose of each.
Programming element | Description |
---|---|
CeChangeDatabaseLCID (CEDB) | This function changes the locale identifier (LCID) of a database volume for sort operations. |
CeCreateDatabase (CEDB) | This function creates a new database. This function is obsolete. Applications should call CeCreateDatabaseEx2 (CEDB) instead. |
CeCreateDatabaseEx (CEDB) | This function creates a new database in the object store or in a mounted volume. This function is obsolete. Applications should call CeCreateDatabaseEx2 (CEDB) instead. |
CeCreateDatabaseEx2 (CEDB) | This function creates a new database in the object store or in a mounted database volume. |
CeDeleteDatabase | This function removes a database from the object store. This function is obsolete. Applications should call CeDeleteDatabaseEx (CEDB) instead. |
CeDeleteDatabaseEx (CEDB) | This function removes a database from the object store or a mounted database volume. |
CeDeleteRecord (CEDB) | This function deletes a record from a database. |
CeEnumDBVolumes (CEDB) | This function enumerates all mounted database volumes and returns the name for each. |
CeFindFirstDatabase (CEDB) | This function opens an enumeration context that enables an application to enumerate all databases in the object store. This function is obsolete. Instead, applications should call the CeFindFirstDatabaseEx (CEDB) function. |
CeFindFirstDatabaseEx (CEDB) | This function opens an enumeration context for all databases in a database volume. |
CeFindNextDatabase (CEDB) | This function retrieves the next database in an enumeration context. This function is obsolete. Instead, applications should call the CeFindNextDatabaseEx (CEDB) function. |
CeFindNextDatabaseEx (CEDB) | This function retrieves the next database in an enumeration context. |
CeFlushDBVol (CEDB) | This function flushes information from a database volume to permanent storage. |
CeFreeNotification (CEDB) | This function frees a CENOTIFICATION (CEDB) structure passed to an application. |
CeGetDBInformationByHandle (CEDB) | This function obtains information about an open database using its handle. |
CeMountDBVol (CEDB) | This function issues a mount request for a database volume that contains both data and an integrity log. |
CeOidGetInfo (CEDB) | This function retrieves information about an object in the object store. This function is obsolete. Instead, applications should call the CeOidGetInfoEx (CEDB) function. |
CeOidGetInfoEx (CEDB) | This function retrieves information about an object in the object store or a mounted database volume. |
CeOidGetInfoEx2 (CEDB) | This function retrieves information about an object in the object store or a mounted database volume, or of the object store. |
CeOpenDatabase (CEDB) | This function opens an existing database. This function is obsolete. Applications should call CeOpenDatabaseEx2 (CEDB) instead. |
CeOpenDatabaseEx (CEDB) | This function opens an existing database on any mounted database volumes. This function is obsolete. |
CeOpenDatabaseEx2 (CEDB) | This function opens an existing database on any database volume, including mounted database volumes |
CeReadRecordProps (CEDB) | This function reads properties from the current record. This function is obsolete. Applications should call CeReadRecordPropsEx (CEDB) instead. |
CeReadRecordPropsEx (CEDB) | This function reads properties from the current record. |
CeSeekDatabase (CEDB) | This function seeks the specified record in an open database. This function is obsolete. Applications should call CeSeekDatabaseEx (CEDB) instead. |
CeSeekDatabaseEx (CEDB) | This function seeks the specified record in an open database. |
CeSetDatabaseInfo (CEDB) | This function sets various database parameters, including the name, type, and sort-order descriptions. This function is obsolete. Applications should call CeSetDatabaseInfoEx (CEDB) instead. |
CeSetDatabaseInfoEx (CEDB) | This function sets various database parameters, including the name, type, sort-order descriptions, and compression of the database. This function is obsolete. Applications should call CeSetDatabaseInfoEx2 (CEDB) instead. |
CeSetDatabaseInfoEx2 (CEDB) | This function sets various database parameters, including the name, type, sort-order descriptions, and compression of the database. |
CeUnmountDBVol (CEDB) | This function unmounts a database volume. |
CeWriteRecordProps (CEDB) | This function writes a set of properties to a single record, creating the record if necessary. |
**Note **These functions do not work with EDB databases. For more information on EDB, see EDB Functions.
See Also
Send Feedback on this topic to the authors