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.

Reply via email to