The InsertData method inserts the contents of a Dictionary object into a database row.
HRESULT InsertData(
VARIANT vtReserved,// in
IDispatch *pdispData// in
);
<commerce.h>
Value | Description |
---|---|
S_OK | This function always returns S_OK. If the call to InsertData is unsuccessful, the ppdispRet out-value evaluates to NULL. |
IDBStorage::DeleteData, IDBStorage::DeleteDataKey