Greenmet29
Member
- Joined
- Apr 29, 2010
- Messages
- 9
- Programming Experience
- 1-3
Hey guys.. I am trying to figure out why every time I change the selected combo box value I get:
"Column 'columnName' is constrained to be unique. Value 'columnValue' is already present."
I don't have any code at all in the selectedindexchanged on the combo box, yet it seems like it is trying to write to the database. The column is a string, which is the primary key in my database. Any ideas? Thanks!
"Column 'columnName' is constrained to be unique. Value 'columnValue' is already present."
I don't have any code at all in the selectedindexchanged on the combo box, yet it seems like it is trying to write to the database. The column is a string, which is the primary key in my database. Any ideas? Thanks!