Sergey
3 years agoContributor III
Database update error. The wrong number of database rows were processed.
Hello !
I'm facing an issue where I want to change the value in one of the cell of an SQL table editor.
The row is already there (generated via business rule), but I just want to edit a cell of this row. When I hit save, I get the message "Database update error. The wrong number of database rows were processed".
It only happens with this row that has been inserted by a business rule. I am able to change the value of all rows except this one. Also, I don't have any business rule running when I save my datatable.
Strangely, I get the same error message if I try to delete the row ...
How to solve this situation ?
Regards,