K
Kim
I am using the following code to delete the relationships from a db:
For Each relationship In dbSlave.Relations
dbSlave.Relations.Delete relationship.Name
Next
The problem is that all relationships are deleted, but one. There is
nothing special about the relationship, because if I run the code again on
the relationship remaining, it is deleted. Anyone have any ideas?
Thanks!
For Each relationship In dbSlave.Relations
dbSlave.Relations.Delete relationship.Name
Next
The problem is that all relationships are deleted, but one. There is
nothing special about the relationship, because if I run the code again on
the relationship remaining, it is deleted. Anyone have any ideas?
Thanks!