L
Limberger Florian
I'm using a DataAdapter to Update and Synchronize with the database.
When I do a Fill on my dataAdapter I get the changed and new records from
the database (changed by other users) into my dataset but not those which
have been deleted at the database.
Is this the way the DataAdapter should work (don't synchronize the deleted
records from the database to the dataset) or is it my fault?
If this is the way the DataAdapter act's what can be done, do get completely
in synch? If I do a clear on my dataset before invoking the Fill method, my
databinding get's lost for a Moment, because the dataset is completely
rebuild.
Thanks.
When I do a Fill on my dataAdapter I get the changed and new records from
the database (changed by other users) into my dataset but not those which
have been deleted at the database.
Is this the way the DataAdapter should work (don't synchronize the deleted
records from the database to the dataset) or is it my fault?
If this is the way the DataAdapter act's what can be done, do get completely
in synch? If I do a clear on my dataset before invoking the Fill method, my
databinding get's lost for a Moment, because the dataset is completely
rebuild.
Thanks.