Jump to content

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

Recommended Posts

Posted

Please help me how can i do Data Separation Model. I want to create both Database and Interface in two different files.

  • Like 1
Posted

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.

Posted

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.

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

This topic is 4883 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.