adFilterPendingRecords
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.

