PDA

Click to See Complete Forum and Search --> : Update problem


Tonatiuh
Aug 17th, 2000, 06:26 PM
I open an ADO 2.1 recordset then go to certain row, change the valu eof any field and update it.


MyRecordset.Absoluteposition=x
MyREcordset!Field="AnyData"
Myrecordset.Update


The updated data appears in several rows!
Also in rows that are not in this recordset!

Any idea about it?