1
Answer

Concurrency violation in DataAdapter.Update

Hi,

I am getting the concurrency violation when I'm updating the data for the second time. First time everything goes smooth and gets updated to oracle database. 

I am calling ApplyingChanges also after the first update. Even though the row state is "modified" for the second update and "old row" and "current row" show the right value it is throwing exception.

Regards

Pradeep
Answers (1)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y

a few Questions?
is the client application code open for you to modify, if so i would recommend that on the Init of the WS Object you would put a try catch section and if you go to catch, write the Error Message to log.
about things you need to check, i would try first not to use DNS name but the computer IP, second thing is Firewall clients blocking access to the URL, maybe a proxy on the client...
if you provide some more information i might be able to help you some more