B
Balint Toth
Hi all,
I am very new to database. I created two tables, and I have two user
controls on my winforms application. In the first usercontrol I use the
first table, in the secund, the secund one.
In the MainForm I have to make some processing with them, I make some
queries with the JOIN of the two tables. But unfortunately it doesn't works,
it sais:
"Additional information: Failed to enable constraints. One or more rows
contain values violating non-null, unique, or foreign-key constraints."
I think the problem is, that the MainForm opens the connection and the
tables, and when the user control tries to open the table, it causes
violation, but I am not sure.
What can be the problem? How can I solve it?
Thanks in advance!
Best regards,
Bálint Tóth
I am very new to database. I created two tables, and I have two user
controls on my winforms application. In the first usercontrol I use the
first table, in the secund, the secund one.
In the MainForm I have to make some processing with them, I make some
queries with the JOIN of the two tables. But unfortunately it doesn't works,
it sais:
"Additional information: Failed to enable constraints. One or more rows
contain values violating non-null, unique, or foreign-key constraints."
I think the problem is, that the MainForm opens the connection and the
tables, and when the user control tries to open the table, it causes
violation, but I am not sure.
What can be the problem? How can I solve it?
Thanks in advance!
Best regards,
Bálint Tóth