Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not use. DWORD that specifies various flags that are used when opening a database.
Constant/value | Description |
---|---|
|
If this flag is set and there is corruption detected, allows the database to completely clear its contents and create a new, empty, database. |
|
If this flag is not set, the database file can be opened by multiple instances of the database software at once. |
|
When this flag is set, if the database doesn't already exist, the function won't create a new one. |
|
When this flag is set, the database file is opened for read only. |
|
When this flag is set, the database file is opened even when some columns defined in schema are missing. |
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
IDL |
|