C
Cub71
I am using Microsift Visual C# 2005 Express Edition and SQL Server 2005
Express Edition.
I have created a few tables in the IDE.
When I run my program in debug run the
dataAdapter.update(dataset.table), and the tables are empty, i get the
DBConcurrencyException (Message="Concurrency violation: the
UpdateCommand affected 0 of the expected 1 records.").
This only happends when the tables are empty. If I at designtime
populates the tables with one row each, this doesn't happend.
Any ideas on this?
Express Edition.
I have created a few tables in the IDE.
When I run my program in debug run the
dataAdapter.update(dataset.table), and the tables are empty, i get the
DBConcurrencyException (Message="Concurrency violation: the
UpdateCommand affected 0 of the expected 1 records.").
This only happends when the tables are empty. If I at designtime
populates the tables with one row each, this doesn't happend.
Any ideas on this?