Compartir a través de


IRowsetUpdateImpl::Update

Transmits any changes made to the row since the last fetch or update.

STDMETHOD ( Update )( 
   HCHAPTER /* hReserved */, 
   DBCOUNTITEM cRows, 
   const HROW rghRows[], 
   DBCOUNTITEM* pcRows, 
   HROW** prgRows, 
   DBROWSTATUS** prgRowStatus  
);

Parameters

For other parameters, see IRowsetUpdate::Update in the OLE DB Programmer's Reference.

Remarks

Changes are transmitted by calling IRowsetChangeImpl::FlushData. The consumer must call CRowset::Update for the changes to take effect. Set prgRowstatus to an appropriate value as described in Row States in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

Reference

IRowsetUpdateImpl Class