Hi,
i'm connecting to an access database useing _RecordsetPtr::Open(...), after that, I verify that i can put data on it, useing_RecordsetPtr::Supports(adAddNew) and _RecordsetPtr::Supports(adUpdate), but when i call to the _RecordsetPtr::AddNew() function, it adds a row in the top of the table, but all with black record, and i can't modify it.... anyone knows why it happens???

Thanks in advance,
Diego