G
Guest
No, I am not trying to post this to an agony aunt site
I have created a front/backend system. The front detects changes in the
backend and then re-links all the tables. Unfortunately, this removes the
relationships between the tables. There is 1 'central' table, used for
tracking the data items passing through the DB. Several other tables are
linked to the tracking table via a unique identifier (Primary key).
How/if, using code, do I re-create the relationships? Ive got the
re-linking bit down to a tee, but all the indexes, etc seem to mess up......
Cheers for any advice,
Steve.
I have created a front/backend system. The front detects changes in the
backend and then re-links all the tables. Unfortunately, this removes the
relationships between the tables. There is 1 'central' table, used for
tracking the data items passing through the DB. Several other tables are
linked to the tracking table via a unique identifier (Primary key).
How/if, using code, do I re-create the relationships? Ive got the
re-linking bit down to a tee, but all the indexes, etc seem to mess up......
Cheers for any advice,
Steve.