accmode - ACCESS_MODE option
The access mode defines whether the database will be used in write/update mode or read only:
Read - read only access
Write - write/update access
New databases will be created automatically, when being opened in Write mode.
Default: Read
ACCESS_MODE=Write
Type: PIACC