I have problems when trying to save an specific record in a table.
How can I remove the conflict from database?
The problem happens only so far with 1 record.
BR:
I have problems when trying to save an specific record in a table.
How can I remove the conflict from database?
The problem happens only so far with 1 record.
BR:
Looks like you’ve generated CRUD pages with optimistic concurrency enabled and that’s why you get this message. The only way is to regenerate your CRUD pages (and the service) without optimistic concurrency - use the data wizard to do that.
Well, I put a Profiler running and I found that a field in the UI has wrong accuracy. At database level it contained the value 101333.54, but in the UI it was shown as 101333.5. The missing digit caused it to be evaluated as if another user changed it's value. I just had to update the field at database level and it worked again. But this may happen with another records if the have more digits. How can I solve that?
I’m afraid that I’ve never seen such problem before and I don’t know how can be solved.
Ok, thank you. I will try to check what's wrong.