IDTSDataPump::SetRowsets

DTS Programming

DTS Programming

IDTSDataPump::SetRowsets

The SetRowsets method specifies the source and destination rowsets to be used by the data pump.

Syntax

HRESULT SetRowsets ( IRowset *pSrcRowset,
IRowsetChange *pDestRowsetChange );

Argument Description
*pSrcRowset [in] Pointer to the source rowset
*pDestRowsetChange [in] Pointer to the destination rowset

Remarks

The consumer application must open the rowsets before the data pump can use them.

The OLE DB provider must support DBPROP_UPDATABILITY: DPBROP_UP_INSERT.