G
Guest
Hi,
I have a datatable which is bound to a database table.
the table has a primary key on 1 field and i am using the machine
generated statements from the sql data adapter.
here is the scenario
two users are using different instances of the application
if I use the dataset.fill command,
i can propogate changes made by one user, to another user.
however, if a user deletes one of the primary keys, and inserts another in
it's place, the other users datatable has a phantom row.
has anyone noticed this problem and what is a good workaround
thanks
I have a datatable which is bound to a database table.
the table has a primary key on 1 field and i am using the machine
generated statements from the sql data adapter.
here is the scenario
two users are using different instances of the application
if I use the dataset.fill command,
i can propogate changes made by one user, to another user.
however, if a user deletes one of the primary keys, and inserts another in
it's place, the other users datatable has a phantom row.
has anyone noticed this problem and what is a good workaround
thanks