Hi,
I am interested in using a program to modify relationships that are defined in an access database, for a database update script.
Example:
I have 2 tables:
ValidNumbers:
fields: ID, Num
and
Numbers: ID, Number
ValidNumber.Num has a one to many relationship to Numbers.Number meaning that any number in Numbers.Number must also exist in ValidNumber.Num
Can I remove this relationship using ADO or other data interface?
I am interested in using a program to modify relationships that are defined in an access database, for a database update script.
Example:
I have 2 tables:
ValidNumbers:
fields: ID, Num
and
Numbers: ID, Number
ValidNumber.Num has a one to many relationship to Numbers.Number meaning that any number in Numbers.Number must also exist in ValidNumber.Num
Can I remove this relationship using ADO or other data interface?