Yes, I am sure.  I have found out that the rows are there, I just can't get to the 
data, either by GetXML of the TempDS or by referencing the rows and columns.

-----Original Message-----
From: Marsh, Drew [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 02, 2002 9:14 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] dataset.GetChanges on deleted rows


franklin gray [mailto:[EMAIL PROTECTED]] wrote:

> 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)

You sure you haven't called AcceptChanges yet? This would commit the deletes
and actually remove the rows from the tables.

HTH,
Drew

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.

Reply via email to