M
Mac
I've been using a fe/be design that utilizes many lookup tables, and when I
originally put this together back in the 90's, thought it would be best to
put them on the front-end for faster performance. But in order to make them
updatable by the users, I put master lookup tables into a "Lookup" database
on the server. When the user loads the front end, the local lookup tables
are updated if any changes have been made. This is a little cumbersome, and
I'm wondering if anyone bothers to do such a thing. Would it be better to
put all these lookup tables within the main database on the back end?
originally put this together back in the 90's, thought it would be best to
put them on the front-end for faster performance. But in order to make them
updatable by the users, I put master lookup tables into a "Lookup" database
on the server. When the user loads the front end, the local lookup tables
are updated if any changes have been made. This is a little cumbersome, and
I'm wondering if anyone bothers to do such a thing. Would it be better to
put all these lookup tables within the main database on the back end?