A
Alex Agranov
When I execute an UPDATE SqlCommand.ExecuteNonQuery() against a table that
has a foreign key constraint, ADO.NET fails to raise a SqlException.
I know that the constraint works, because if I try to update the table
through Query Analyzer or Ent Mangager, I get the appropriate error there.
Is ADO.NET disabling the constraint????
has a foreign key constraint, ADO.NET fails to raise a SqlException.
I know that the constraint works, because if I try to update the table
through Query Analyzer or Ent Mangager, I get the appropriate error there.
Is ADO.NET disabling the constraint????