User2015131882 posted
good day.
I need to update table contents via dataadapter.
one of fields set automatically on update/insert by database.
and my sqldataadapter.update(myDataTable) get DBConcurrencyException.
Update command made by SqlCommandBuilder.
How can I avoid this exception?