Hello all.

I have to update a value in a row. I use the code:

dr["Field"] = value;

but no change occurs.

i've tried both:
dr.BeginEdit();
dr.EndEdit();
and
dr.AcceptChanges();

and nothing seems to work, i've displayed the field and it still remains the same as it was before
Please help me, thanks