J
John
Hi
I am updating my data on a winform db app as so;
Me.TableAdapterManager.UpdateAll(Me.MyDataSet)
How can I handle data concurrency error in this situation specially when
table adapter manger may be handling more than one data adapter/data table?
Thanks
Regards
I am updating my data on a winform db app as so;
Me.TableAdapterManager.UpdateAll(Me.MyDataSet)
How can I handle data concurrency error in this situation specially when
table adapter manger may be handling more than one data adapter/data table?
Thanks
Regards