-
Binding Collection Error: Field not updatable; Bound Property Name: Caption, Field Name: DCDTag
I'm getting the above error when I try setting the Datasource property of a label. I can set the rest of the controls datasource's, however, when I .updatebatch of the recordset, none of the changes are saved. The lock type is Optimistic and I'm using a client cursor.
Thanks for any help!
-
I've had that same problem. Once I deleted and rebound the control, it seemed ok. The ADO Data control seems very picky when I've used it