separate front ends

R

rebeccax

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?
 
D

Dirk Goldgar

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.
 
J

John W. Vinson

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?

The shared frontend will suffer user contention, rapid bloat, poor
performance, and a greatly increased risk of corruption; and you'll get none
of the advantages of a split database.
 
R

rebeccax

Dirk,

Thanks for the info. I suppose I've been lucky in that I've never had
problems with corruption. In the past I've controlled who has permission to
what with security groups and retrieving network names, etc.

If you could say more about configuring for specific user preferences I'd
appreciate it. And not having to kick all users out is a huge plus.

Regards,
Rebecca

:
 
T

Tony Toews [MVP]

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?

For more reasons see the "Splitting your app into a front end and back
end Tips" page at http://www.granite.ab.ca/access/splitapp/. Although
you've already split it.

See the free Auto FE Updater utility at http://www.autofeupdater.com/
to make the distribution of new FEs relatively painless.. The
utility also supports Terminal Server/Citrix quite nicely.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 

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