Using vb6, ado2.5 & sqlserver 7.0, I get the recordset(rst) with adUseClient, trying various combinations of keyset/dynaset/static/unspecified and various locks, populate form textboxes with fields then set the rst.activeconnection = nothing and the textboxes datasource=rst and datafield = "fieldnames". All is good. Then (after simple edit) try to set the activeconnection back to new connection and save the rst (using combinations of update/updatebatch & adAffectCurrent) but keep getting error "-2147217864 Row cannot be located for updating. Some values may have been changed since it was last read." What does this mean? Well of course they've been changed! Why else would I need to save it? Can't find any reference to the err number. Hopefully it's some simple syntax thing, any help?
Thanks!!
-marti
Thanks!!
-marti