This method determines whether the specified database exists in the object store.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
static BOOL Exists( LPCWSTR szName );
static BOOL Exists( CEOID CeOID );
TRUE indicates that the database exists in the object store. FALSE indicates that the database could not be found.
This is a static method. Do not call it from a specific database object.
This method does not indicate whether the object with the specified object identifier is a database. It just indicates whether an object identifier exists.