SQLite Forum

not able to update rows
Login
Larry is correct about this being clearly using the interface application of some other vendor, perhaps saying which application might help. I know it's not SQLiteSpeed nor DB Browser for SQLite since I know their error codes, in fact that error seems like it is reported by a wrapper of sorts being used by whatever application you are using.

Either way, the reason I reply is that if only you would post the actual SQL SELECT statement (using the claimed != operator), then there is a probability we could already tell you what is wrong, regardless of how the App or Wrapper deals with it.

The Schema would be useful too. Is that perhaps happening on a WITHOUT ROWID table?