D
David McDivitt
I have an ADO recordset opened in code. Upon using the .update method I get
an error saying "invalid column name". No error occurs when I assign values
to fields in the recordset, which is strange, but only when I do the update
method. It only happens on one field, too. If I skip assigning a value to
that field, though I still assign values to other fields, the update method
works OK.
I am using Access97 with a reference to ADO, which I do all the time, and
this is the first problem I've had. I tried renaming the one field with
enterprise manager, to something else, and that doesn't work. For the DAO
part I did delete links and recreate, but as I said I am using ADO with a
connection object, so whatever linked tables don't make any difference.
Thoughts would be appreciated, thanks.
an error saying "invalid column name". No error occurs when I assign values
to fields in the recordset, which is strange, but only when I do the update
method. It only happens on one field, too. If I skip assigning a value to
that field, though I still assign values to other fields, the update method
works OK.
I am using Access97 with a reference to ADO, which I do all the time, and
this is the first problem I've had. I tried renaming the one field with
enterprise manager, to something else, and that doesn't work. For the DAO
part I did delete links and recreate, but as I said I am using ADO with a
connection object, so whatever linked tables don't make any difference.
Thoughts would be appreciated, thanks.