J
John
Hi
I have a winform db app that is "bound" to a dataset...via data adpater,
binding source and all that. As this is a multi-user app I need to refill
dataset from time to time so the newest data is available for user to view.
My problem is that I
a) do not wish the app to become unresponsive while re-fill is being
performed so need to do it as background task if possible.
b) do not want the record context to change for user so user does not notice
any disruption.
My question is, are the above possible? If so, how? If not what is an
alternate strategy?
Thanks
Regards
I have a winform db app that is "bound" to a dataset...via data adpater,
binding source and all that. As this is a multi-user app I need to refill
dataset from time to time so the newest data is available for user to view.
My problem is that I
a) do not wish the app to become unresponsive while re-fill is being
performed so need to do it as background task if possible.
b) do not want the record context to change for user so user does not notice
any disruption.
My question is, are the above possible? If so, how? If not what is an
alternate strategy?
Thanks
Regards