The Big Bear Posted March 15, 2007 Posted March 15, 2007 Hi all I have been reading about the pros and cons of the separation model and I am thinking about using the separation model in a runtime solution that I have written. I known the reason to do the separation it for easy of upgrading the front end (data entry) without messing with the back end (data storage). But I have a question that been bugging me about the relationship part. You have to have at least a couple of relationships from the front end (data enrty) of the program to the back end (data storage). If that is true, then how do you recreate these relationships to the old back end (data storage) to the new front end (data enrty) when the old front end (data entry) is update?
mr_vodka Posted March 15, 2007 Posted March 15, 2007 The file reference will not change. The relationship of the Table occurences are based off that file reference. So when you make an update to the front end, it could still reference the same data file. This is of course pending any changes you make to the relationships and or field/table structure of your data file.
The Big Bear Posted March 15, 2007 Author Posted March 15, 2007 John Thanks for the information. Lionel
Recommended Posts
This topic is 6521 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now