Jump to content
Server Maintenance This Week. ×

Data Separation Model


fmbug

This topic is 4600 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The basic principle is this: create a table (or more) in one file. This will be the data file Create another file and delete the default table, so it is "empty" of data. This will be the interface file.

In the interface file, add a file reference to the data file. In the relationship graph of the interface file, add the table(s) in the data file. Create layouts in the interface fie based on the tables in the data file.

That's about it really.

Note that most relationships between the tables in the data file need to be created in BOTH the data and interface files.

Link to comment
Share on other sites

There are two method for DSM

1)Inteface file and database file should be in server

2)interface file should be in client side and database file ion server

delete all the table from interface file import the table on database file in the interface file,add file reference to the database file.

Link to comment
Share on other sites

  • 2 weeks later...
  • 7 months later...

This topic is 4600 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.