CRowset::Insert

HRESULT Insert( int nAccessor = 0, bool bGetHRow = false );

Return Value

A standard HRESULT.

Parameters

nAccessor

[in] The number of the accessor to use for inserting the data.

bGetHRow

[in] Indicates whether the handle for the inserted row is retrieved.

Remarks

Creates and initializes a new row using data from the accessor.

CRowset OverviewClass Members