Updated: 2019-02-08

OLE DB Property of Rowset and Command — «Change Inserted Rows»

Name:
Change Inserted Rows
Type:
VT_BOOL
R/W:
R/W
Default:
True
IBProvider:
2, 3, 5

Permission to modify new rows. If this property is false then row set will not allow change and deleting of new rows. When you try to modify new row then error code DB_E_NEWLYINSERTED will return. When you try to delete new row the status DBROWSTATUS_E_NEWLYINSERTED will return.

Focus attention if row waits insert (delayed changes mode) then you can modify and delete it. Some restrictions will come after insert only (IRowsetUpdate::Update).

Other properties of group

Other sets of properties