R
Rickard Axne
I am trying to model with mandatory roles, eg a Person(Id) has
EmailAddres().
I would like to know what support ORM in visio has for these
relationships as it generates DDL. In the logical model, it doesn't seem
to matter whether I use "one or more" or "zero or more". As we may
require for Persons to have *at least one* email address (or possibly
several), this is of importance.
Of course, the bottom line is that the RDBMS we use, SQL Server doesn't
support circular references (deferred constraints etc) so I was just
wondering if visio creates any triggers or other means of enforcing my
constraint.
Also I find it strange that no warning occurs if the constraint is igonerd.
TIA
Rickard
EmailAddres().
I would like to know what support ORM in visio has for these
relationships as it generates DDL. In the logical model, it doesn't seem
to matter whether I use "one or more" or "zero or more". As we may
require for Persons to have *at least one* email address (or possibly
several), this is of importance.
Of course, the bottom line is that the RDBMS we use, SQL Server doesn't
support circular references (deferred constraints etc) so I was just
wondering if visio creates any triggers or other means of enforcing my
constraint.
Also I find it strange that no warning occurs if the constraint is igonerd.
TIA
Rickard