![]() |
Sergey Kornilov admin 3/23/2012 |
The reason is that you trying to insert a duplicate value into a field that doesn't allow that i.e. into autoincrement field. |
C
|
cgphp 3/23/2012 |
This happens if the primary key is not unique in your table. Make sure your primary key is AUTOINCREMENT. |
![]() |
swami author 3/23/2012 |
This happens if the primary key is not unique in your table. Make sure your primary key is AUTOINCREMENT.
|
![]() |
swami author 3/23/2012 |
This happens if the primary key is not unique in your table. Make sure your primary key is AUTOINCREMENT.
|
![]() |
Sergey Kornilov admin 3/23/2012 |
If this table is a part of Master-Details or you have Advanced Security setup - make sure you are not using autoincrement field as OwnerID or as Link field in the details table. |
![]() |
swami author 3/23/2012 |
If this table is a part of Master-Details or you have Advanced Security setup - make sure you are not using autoincrement field as OwnerID or as Link field in the details table.
|
![]() |
Sergey Kornilov admin 3/23/2012 |
You need to add one more field to this table and make it OwnerID field in Advanced Security setup. This is it. |
![]() |
swami author 3/23/2012 |
You need to add one more field to this table and make it OwnerID field in Advanced Security setup. This is it.
|