No. Just trying to get the xml of the contents of the deleted rows. Sorry that I didn't make that more clear. I will go stand in the corner on my toes for 15 minutes :-)
-----Original Message----- From: Peter Stephens [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 12:05 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] dataset.GetChanges on deleted rows > 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. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.