J
Jonathan Scott via AccessMonster.com
I have a live and a current database and a tool to update the live database
to match the structure of the current database. In this tool, I add DDL
statements, and can also check the indexes, relations, and structure of
invidividual tables.
I can create a FOREIGN KEY reference from one table to another, but am unable
to enforce referential integrity. In my current, I can see the relation in
the tool; but it also seems to have an index on that relation, which seems to
imply that it is this index that is creating the referential integrity. In
other words, my current has a relation with referential integrity, but
through DDL I am only able to create the relationship with no referential
integrity on my live database.
How can I do this through DDL? Or am I forced to manually open the DB, double
click on the line representing the relation, and forcing the referential
integrity flag? (Maybe "referential integrity" is the wrong word, as I am in
a Japanese environment?)
Jonathan Scott
to match the structure of the current database. In this tool, I add DDL
statements, and can also check the indexes, relations, and structure of
invidividual tables.
I can create a FOREIGN KEY reference from one table to another, but am unable
to enforce referential integrity. In my current, I can see the relation in
the tool; but it also seems to have an index on that relation, which seems to
imply that it is this index that is creating the referential integrity. In
other words, my current has a relation with referential integrity, but
through DDL I am only able to create the relationship with no referential
integrity on my live database.
How can I do this through DDL? Or am I forced to manually open the DB, double
click on the line representing the relation, and forcing the referential
integrity flag? (Maybe "referential integrity" is the wrong word, as I am in
a Japanese environment?)
Jonathan Scott