M
Matt Young
I've got this snippit of code,
DataSet clientData;
clientData.AcceptChanges();
Debug.Assert( ! clientData.HasChanges());
And the Assert fails sometimes. I can't think of why the dataset would still
have changes after AcceptChanges is called.
Has anyone else encountered the behavior or have any suggestions? Thanks!
DataSet clientData;
clientData.AcceptChanges();
Debug.Assert( ! clientData.HasChanges());
And the Assert fails sometimes. I can't think of why the dataset would still
have changes after AcceptChanges is called.
Has anyone else encountered the behavior or have any suggestions? Thanks!