Error 3206

Message

Possible error messages:

Without Resource Bundle (default)
  • <Actual error message from DB layer>
With Resource Bundle
  • execute nonquery exception
Domain Persistence.PersistenceException
Number 3206
Label ERR_DB_EXECUTE_NONQUERY
Applicable Platform(s) iOS

Cause

Cannot execute a nonquery SQL statement.

Action

This error occurs when write-during-write is enabled, and the application has been coded so that multiple threads can simultaneously modify the same object. The application must handle the exception, or prevent multiple threads modifying the same object at the same time.