Hi,
I have a table of student. Which have lot of Fields. Around 15 fields Including Address, phone etc.
When I add record, then program is redirected to view Student details. Where we can search. Then I got search result.
Again I added student information. Then program is redirected to view student details. Then I again searched. Then I got an error
Column Address Constrained to be unique, value 'already exist' .
Actually table has only one Primary key. Address is not a key.
How can I debug this problem. I am expecting help and suggestion.
Thanks
Aru:sign0085:
I have a table of student. Which have lot of Fields. Around 15 fields Including Address, phone etc.
When I add record, then program is redirected to view Student details. Where we can search. Then I got search result.
Again I added student information. Then program is redirected to view student details. Then I again searched. Then I got an error
Column Address Constrained to be unique, value 'already exist' .
Actually table has only one Primary key. Address is not a key.
How can I debug this problem. I am expecting help and suggestion.
Thanks
Aru:sign0085: