Updated: 2017-02-04
OLE DB Property of Rowset and Command — «Updatability»
Name:
Updatability
Type:
VT_I4
R/W:
R/W
Default:
7
IBProvider:
2, 3, 5
Bit mask that determines supported data modification operations. You can install the zero value, or a combination of the following values:
Value | Description |
1 | Support of row update (IRowsetChange::SetData) |
2 | Support of row deleting (IRowsetChange::DeleteRows) |
4 | Support of new row insert (IRowsetChange::InsertRow) |