Re: IRowsetChange::SetData()



Hi,

"Alex Evans" <Alex Evans@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C5E39410-0EC2-4B29-B36A-242DC15AF4BD@xxxxxxxxxxxxxxxx
Using C++ with OLE DB, with IRowsetChange->SetData() - it seems at times,
the
function works OK, and I can see the changed data in the table, in other
times I can't

I read about immediate Updates or deferred updates, but I thought if I am
using the IRowsetChange. it is an IMMEDIATE update or is it not so?

I can't seem to see any consistency or otherwise between the times that my
function works, to the cases when it seems to not change the data in the
record.

When your function does not change the record, does the call to SetData
succeed? If not, what is the error code returned?

Marius


.


Loading