P
Pavils Jurjans
Hallo,
I am haunted by the sql append/update query bug (on Access 2000):
If I have a simple table with one id field, and one memo field, then trivial
append/update queries that attempt to add data to the memo field, may fail
with ADO error "The changes you requested to the table were not successful
because they would create duplicate values in the index, primary key, or
relationship. Change the data in the field or fields that contain duplicate
data, remove the index, or redefine the index to permit duplicate entries
and try again." In the Access environment I am informed that adding certain
entry would result in key violation.
Somewhat cloe to my problem is this kb article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;296389
First, I used only append queries, and they failed time to time. I
discovered that it happens if the text being added is very similar to some
existing record in the table. Then I tried to use append/update combination,
but also that fails.
So, I desperately hope there is some workaround for this problem...
Thank you for any hints,
-- Pavils
I am haunted by the sql append/update query bug (on Access 2000):
If I have a simple table with one id field, and one memo field, then trivial
append/update queries that attempt to add data to the memo field, may fail
with ADO error "The changes you requested to the table were not successful
because they would create duplicate values in the index, primary key, or
relationship. Change the data in the field or fields that contain duplicate
data, remove the index, or redefine the index to permit duplicate entries
and try again." In the Access environment I am informed that adding certain
entry would result in key violation.
Somewhat cloe to my problem is this kb article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;296389
First, I used only append queries, and they failed time to time. I
discovered that it happens if the text being added is very similar to some
existing record in the table. Then I tried to use append/update combination,
but also that fails.
So, I desperately hope there is some workaround for this problem...
Thank you for any hints,
-- Pavils