rebeccax said:
In a multi-user environment, what is the advantage of having a front end
for
each user, rather than a single front end that they each point to?
1. If the front-end is shared across the network, there is much greater
exposure to corruption.
2. If one user's front-end becomes damaged or corrupted, other users aren't
affected.
3. From a designer's point of view, it's possible to put user-specific
tables in the front-end.
4. Each front-end can be configured for a specific user's preferences, if
desired.
5. Updates to the front-end can be rolled out user by user, rather than
having to kick all users out.
There are probably others I cant think of at the moment.