M
mttc
Under ADO.NET and SQL 2000
I build form that edit data, and i use with wizard to create Update query.
What happen in this situation?:
I read record into DataSet. The user 1 change value an field A in the
record.
Meanwhile, user 2 change and commit the same record in field B.
Now the first user makes commit.
I suppose that field B is become again as original value!
If it is correct, what method I got to resolve this problem?
How notice user, that this record has change by another user?
I build form that edit data, and i use with wizard to create Update query.
What happen in this situation?:
I read record into DataSet. The user 1 change value an field A in the
record.
Meanwhile, user 2 change and commit the same record in field B.
Now the first user makes commit.
I suppose that field B is become again as original value!
If it is correct, what method I got to resolve this problem?
How notice user, that this record has change by another user?