I am having trouble with accessing information stored in a database on a SQL server using VB.NET. I've got two datagrids, one for information that never changes regarless of how many records, and one for information that is different each time. I'm using a SQLDataAdapter for each Datagrid and whenever I enter the identifying information in the textbox and hit the button to run the script, I get the following error:
"Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints."
I can post the code if that would help. I've googled this error and I've not been able to find anything that helps so far. Could someone please help me?
"Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints."
I can post the code if that would help. I've googled this error and I've not been able to find anything that helps so far. Could someone please help me?