N
No One
Hi,
I'm after some advice on the best way to refresh a dataset with any changes
made to the database by other users. I've been calling the DataAdapter.Fill
method and this works very well to update data in the dataset but the one
limitation is that is doesn't remove records deleted from the database. I
could call the Dataset.Clear method but this causes the GUI components to
reset back to the first record in the tables.
Thanks for your help.
I'm after some advice on the best way to refresh a dataset with any changes
made to the database by other users. I've been calling the DataAdapter.Fill
method and this works very well to update data in the dataset but the one
limitation is that is doesn't remove records deleted from the database. I
could call the Dataset.Clear method but this causes the GUI components to
reset back to the first record in the tables.
Thanks for your help.