I am splitting an existing database into Front-End and Back-End.
The back-end database contains all the tables and relationships, but when I link to all of those tables in the front-end database, the relationships do not appear to be there (in the front-end). When I use the Front-end database it seems slower than when it was all a single database, so I am wondering if it is because the relationships are not defined in the front-end database.
Is the fact that the relationships are not defined in the front-end causing a slowness? If so, is there a way to easily get the relationships that are defined in the back-end database into the front-end database?
The back-end database contains all the tables and relationships, but when I link to all of those tables in the front-end database, the relationships do not appear to be there (in the front-end). When I use the Front-end database it seems slower than when it was all a single database, so I am wondering if it is because the relationships are not defined in the front-end database.
Is the fact that the relationships are not defined in the front-end causing a slowness? If so, is there a way to easily get the relationships that are defined in the back-end database into the front-end database?