adFilterPendingRecords

I'm using VB6 and SQL Server V7 to carry-out some tests with
ADO 2.5s disconnected recordset.

Anyway, I use a method of a class to retrieve a disconnected
recordset (the data belongs to a single table, no joins are
involved) and bind that recordset to a DataGrid control. From
the DataGrid I delete a row (I actually highlight a row and then
press a Modify button which simply calls rs.Delete followed by
rs.MoveNext) and then press an Update button. During
the update I call:

rs.Filter = adFilterPendingRecords

At this point I receive the following error:

Row handle referred to a deleted row or a row marked for deletion

Any help gratefully received.

Thanks. LMacky.
[760 byte] By [LMacky] at [2007-11-18 2:14:11]