HRESULT Update( ULONG* pcRows = NULL, HROW* phRow = NULL, DBROWSTATUS* pStatus = NULL );
Return Value
A standard HRESULT.
Parameters
pcRows
[out] A pointer to the location where Update returns the number of rows it attempted to update, if required.
phRow
[out] A pointer to the location where Update returns the handle of the row it attempted to update. No handle is returned if phRow is null.
pStatus
[out] A pointer to the location where Update returns the row status value. No status is returned if pStatus is null.
Remarks
Transmits any pending changes made to a row since the last fetch or Update.
CRowset Overview | Class Members
See Also