Error 3203

Message

Possible error messages:

Without Resource Bundle (default)
  • <Actual error message from DB layer>
With Resource Bundle
  • get value operation exception
Domain Persistence.PersistenceException
Number 3203
Label ERR_DB_GET_VALUE
Applicable Platform(s) iOS

Cause

Cannot retrieve value from a result set column. For example, invoking getString on a boolean column.

Action

Verify that the result set column is of a type that matches the value type. Use the correct getter method from the ResultSet.