I get the following error: https://i.stack.imgur.com/DMgyO.png
My system: on server startup, I load all database accounts into a list Accounts_
.
Every 5 minutes I want to update all accounts in the database with updated Accounts_
entries.
So I change for example the level from an entry in Accounts_
and want to sync it to the database. Currently I get the error shown above, but second point is that that update all accounts - but I want to update all that have been changed.
My code: https://i.stack.imgur.com/sKb23.png