G
Guest
Hi,
Using ADO.NET Table adapter in C# , am updating a record using VS2005
generated update command by passing dataset and the assocaited table like;
this.CustomerDataSet.CustomerTable.
while updating am getting "Concurrency violation: the UpdateCommand affected
0 of the expected 1 records.".
Any help on this would be appreciated,
Thanks,
Pachu
Using ADO.NET Table adapter in C# , am updating a record using VS2005
generated update command by passing dataset and the assocaited table like;
this.CustomerDataSet.CustomerTable.
while updating am getting "Concurrency violation: the UpdateCommand affected
0 of the expected 1 records.".
Any help on this would be appreciated,
Thanks,
Pachu