M
Mark
How can I programatically delete table relationships? Any
help would be greatly appreciated.
help would be greatly appreciated.
How can I programatically delete table relationships? Any
help would be greatly appreciated.
How can I programatically delete table relationships? Any
help would be greatly appreciated.
Tim said:strSQL = "ALTER TABLE Airlines DROP CONSTRAINT fkDelivers;"
db.Exeucute strSQL, dbFailOnError
Umm: if I knew the answer to the second question, then I'd know the answerDoes that tackle non-enforcing relationships too? (what are they,
anyway?)
Tim said:Umm: if I knew the answer to the second question, then I'd know the answer
to the first one. You'll have to get Bill Gates on that, since there is no
reference to "non enforcing relationships" in any database book I have ever
read.
Upon further pondering I notice that 'constraint' more or less literally
means a limitation, whereas non-enforcing feels like optional. They are
contradictory.