> franklin gray spake:
>
> Has anybody gotten this to work right?  I get an empty dataset.
> The rows have been deleted, not removed.
>
> TempDS = Me.DS.GetChanges(DataRowState.Deleted)


Are you serializing your DataSet (ie Remoting) before calling GetChanges()?
There seemed to be a serialization bug with the DataSet in this respect.

I just wrote my own routine that returns an array of DataRows and it works
fine.

--
Peter

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to