CCeDBDatabase::Close

This member function closes the database.

Syntax

BOOL Close( );

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

Return Values

TRUE if the operation succeeded. FALSE if the database could not be closed. Call ::GetLastError to determine why the operation failed.

Remarks

Calling this function is optional. The database is automatically closed by the destructor.

See Also

CCeDBDatabase Overview, CCeDBDatabase Member Functions, Windows CE Database Classes, CCeDBDatabase::Open, ::GetLastError