R
Rickard Axne
Hi. Using Visio Orm Source Model,
1. How do I tell Visio not to bother reporting an error on my
overlapping uniqueness constraints. I need this and question 2 in order
to declare referential integrity for sub/super types.
2. Is it possible to control the way referencing occurs for foreign keys
in the ORM source model. I need to reference the referenced table using
two columns with a uniqueness constraint instead of the primary key.
3. If not directly available in ORM, Should I set these constraints in
the logical model? Is "Merge" or "Update" the ORM source model needed to
prevent them from being over written during subsequent builds?
4. Is this (declaring foreign keys which reference unique constraints)
compliant with ANSI92 SQL?
Thanks, Rickard
1. How do I tell Visio not to bother reporting an error on my
overlapping uniqueness constraints. I need this and question 2 in order
to declare referential integrity for sub/super types.
2. Is it possible to control the way referencing occurs for foreign keys
in the ORM source model. I need to reference the referenced table using
two columns with a uniqueness constraint instead of the primary key.
3. If not directly available in ORM, Should I set these constraints in
the logical model? Is "Merge" or "Update" the ORM source model needed to
prevent them from being over written during subsequent builds?
4. Is this (declaring foreign keys which reference unique constraints)
compliant with ANSI92 SQL?
Thanks, Rickard