CCeDBDatabase::CCeDBDatabase

This constructor constructs an empty database object.

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

CCeDBDatabase( );

Remarks

After constructing a database, you have to open it before you can call any methods on it except for Create and Exists.

See Also

CCeDBDatabase::Create