2014 Mar 13 8:28 AM
Hi,
I am facing problem while maintaining entries in table maintenance generator for the table that I have created.
I have created table with 6 fields and 3 are primary keys.
Now I am maintaining data in table maintenance maintenance generator I have one entry for example.
Field1 Field2 field3 field4 field5 field6
1 2 3 4 5 6
When I try to maintain 2nd entry i.e.
Field1 Field2 field3 field4 field5 field6
1 2 3 7 8 9
It gives an error message "Entry with same key already exists"
thanks for your help in advance
Thanks
Parag
2014 Mar 13 8:47 AM
It is not possible to enter same values again and again for all the same key fields, you can make combination of them.
For the given example if field1 field2 and field3 are the key fields then your are entering 1 2 3 twice for those key fields, that may be the reason of the error.
2014 Mar 13 8:33 AM
Hi,
you have made an error when you have choose your key. A key must be unique, so you have to add a field to never have this
regards
Fred
2014 Mar 13 8:47 AM
It is not possible to enter same values again and again for all the same key fields, you can make combination of them.
For the given example if field1 field2 and field3 are the key fields then your are entering 1 2 3 twice for those key fields, that may be the reason of the error.