Better error description when concurrency exception occurs
I opened a table and focused some data row. Then I created a new sql and did a few queries, one of them deleted a row in the table I've previously opened. But I didn't notice it. Then I returned to the opened table and edited the focused row (the one that was already deleted actually) and I got very generic error message, something like "An error has occurred during update operation". I spent a minute to understand that this is a concurrency exception because I've deleted a row I wanted to edit.
-
LSTemp commented
it is same idea. +2 last.
-
LSTemp commented
+100
but it ignoired developers ( -
LSTemp commented
here first http://www.devart.com/ru/forums/viewtopic.php?t=13084 (rus)
second DB transaction defult
third - not default DB transaction.IMHO now we DON'T have real data from DB - only from Forge As Is.
IT BIG FAKE IN THIS CASE.