L
Lance
I am making use of the disconnected dataset in C#.
I am writing an MDI App where the Child of the MDI makes use of a
disconnected Dataset. I open two Child forms!
The first Child form I changes some data and save it to the database.
The second form still contain the previous old data, but once I changes some
data, it pushes out an CONCURRENCY VIOLATION.
Why?
I want to understand the underlying features! I want to know what actually
happening?
Can someone help me?
I am writing an MDI App where the Child of the MDI makes use of a
disconnected Dataset. I open two Child forms!
The first Child form I changes some data and save it to the database.
The second form still contain the previous old data, but once I changes some
data, it pushes out an CONCURRENCY VIOLATION.
Why?
I want to understand the underlying features! I want to know what actually
happening?
Can someone help me?