This member function determines whether the specified database exists in the object store..
static BOOL Exists( LPCWSTR szName );
static BOOL Exists( CEOID CeOID );
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
TRUE if the database exists in the object store. FALSE if the database could not be found.
This is a static member function. You don't call it from a specific database object.
This function does not tell you whether the object with the specified object identifier is a database. It just tells you whether it exists.
CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes