Khaledinho
Active member
- Joined
- Jun 22, 2005
- Messages
- 25
Hi
I am facing a problem in every .NET Application I tried to develop.
I writing a simple database application that connects to an access file.
This access file has three tables and I created the user interface and did all the nessary binding.
The user can insert,delete,update rows to the dataset.Everything works fine on the dataset.
When I try to update the the database (access file) using the data adapter methods (Adapter.Update()) Sometimes I receive the following exception
[Concurrency Excption thrown, 0 records was affected the command).
This error happens suddenly and at random times when using the update method.
After the exception occurs I cannot use the update method again because it throws the same Exception
Please help
I am facing a problem in every .NET Application I tried to develop.
I writing a simple database application that connects to an access file.
This access file has three tables and I created the user interface and did all the nessary binding.
The user can insert,delete,update rows to the dataset.Everything works fine on the dataset.
When I try to update the the database (access file) using the data adapter methods (Adapter.Update()) Sometimes I receive the following exception
[Concurrency Excption thrown, 0 records was affected the command).
This error happens suddenly and at random times when using the update method.
After the exception occurs I cannot use the update method again because it throws the same Exception
Please help