MDAC 2.5 SDK - OLE DB Providers
OLE DB Provider for Microsoft Jet


 

IRowsetChange

The methods in IRowsetChange are used to update the values of columns in existing rows, delete existing rows, and insert new rows.

IRowsetChange::DeleteRows

Deletes rows. For information about how this interface is implemented, see the OLE DB Programmer's Reference.

Note   This provider supports only one pending change when the rowset is operating in delayed update mode. DeleteRows counts as a pending change. Other changes that count as pending changes include InsertRow, SetData, and opening a structured storage interface (ILockBytes or ISequentialStream) by using IRowset::GetData. This is true even if you open the structured storage in read-only mode. This provider requires a lock on the cursor, even when the consumer is requesting a read-structured storage.