Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Data Separation Model

Featured Replies

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

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.

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...
  • Author

It was helpful.

Thanks u very much to both of you...

  • 7 months later...
  • Author

Thanks you, what was this.

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.