R
Roel
Hello
When I try to insert a record in database with a PK that already exists I
receive the 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.
Does anybody knows how I can handle this exception ?
Many thx
Roel
When I try to insert a record in database with a PK that already exists I
receive the 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.
Does anybody knows how I can handle this exception ?
Many thx
Roel