S
Stefan Wilhelm
Hi all,
I have a table that has an optional entry so that column is defined as int.
I want to associate it with a column in another table. That column must be
present so it is defined as int NOT NULL.
O/R Designer will not associate them saying that their definition does not
match. That does not seem reasonable to me to look at the nullable aspect of
a column in for matching.
Trying to join the tables with a handwritten linq query makes no problems.
Could someone explain to me why the nullable aspect is important for
determining if the column types match?
-Stefan
I have a table that has an optional entry so that column is defined as int.
I want to associate it with a column in another table. That column must be
present so it is defined as int NOT NULL.
O/R Designer will not associate them saying that their definition does not
match. That does not seem reasonable to me to look at the nullable aspect of
a column in for matching.
Trying to join the tables with a handwritten linq query makes no problems.
Could someone explain to me why the nullable aspect is important for
determining if the column types match?
-Stefan