G
Guest
A particular column in my Access DB table, and the associated datagrid,
cannot have duplicate string entries. I've selected "Yes (no duplicates)" for
the Indexed Field Property of this column in the Access table.
When I call update(), the DB gets updated but throws an exception saying, in
affect, that I'm trying to change the key. This column is not the key.
How do I handle this? How do I stop the ex.message being thrown?
I guess I could always walk through the column searching for the value.
Steve
cannot have duplicate string entries. I've selected "Yes (no duplicates)" for
the Indexed Field Property of this column in the Access table.
When I call update(), the DB gets updated but throws an exception saying, in
affect, that I'm trying to change the key. This column is not the key.
How do I handle this? How do I stop the ex.message being thrown?
I guess I could always walk through the column searching for the value.
Steve