CCeDBDatabase::Close

This method closes the database.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

BOOL Close( );

Return Values

TRUE indicates that the operation succeeded. FALSE indicates that the database could not be closed. To get extended error information, call GetLastError.

Remarks

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

See Also

CCeDBDatabase::Open, GetLastError