Relationships in a split database

G

Guest

Hello,

I have a split database (Front-end and Back-end). I would like to know
where I need the relationships created between the tables (front-end,
back-end, both)? Does the front-end respect those created in the back-end or
are they seperate entities?

Thank you,

Daniel
 
J

John Vinson

Hello,

I have a split database (Front-end and Back-end). I would like to know
where I need the relationships created between the tables (front-end,
back-end, both)? Does the front-end respect those created in the back-end or
are they seperate entities?

Thank you,

Daniel

The relationships must be created in the backend, where the tables
are.

Frontend relationships echo those in the backend; any relationships
*created* in the frontend are for appearance only, as they cannot be
enforced (there's no way that relationships defined in the frontend
could prevent someone opening the backend directly, or from a
*different* frontend, or from code).

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top