OPEN_READWRITE top-level constant

int const OPEN_READWRITE

The database is opened for reading and writing if possible, or reading only if the file is write protected by the operating system.

In either case the database must already exist, otherwise an error is returned.

Implementation

const OPEN_READWRITE = 0x00000002;