company logo

Database :: enableWrite - Enable write feature for database

The function will enable the write feature for the database after being disabled by disableWrite(). After re-enabling write features, database resources can be updated, again.

The function does not change the access mode for the database and has no effect, when the database has been opened in read-only mode.

The function will cause an error when being called from within a transaction.

Implementation details

Database  :: enableWrite (  )