Best - is to run FE from local drive. Copying new FE version to each
computer you can easy automate

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> We want to run FEs from seperate Network Directories. Are there any
> drawbacks to running the FEs of a small split DB from Network directories
> vs
> copying the FEs to each computer?
>
> Thanks for any help.
Thanks for the response. I understand it is best to run it locally,
however, I was wondering if there are any issues I need to be aware of if I
decide to run the FEs from the network? Will it work?
Larry Linson - 22 Feb 2005 16:07 GMT
> Thanks for the response. I understand it is best to run it locally,
> however, I was wondering if there are any issues I need to be aware of if I
> decide to run the FEs from the network? Will it work?
You significantly increase the chance of corruption of the FE if you have
multiple users logged in at the same time. That usually does not, but could,
cause problems with the BE, as well. Some have run this way for long periods
without corruption, and, suddenly, some apparently un-related system change
leads to regular and frequent corruption.
Additionally, the FE will run much slower because it will still be executed
on the user's machine, but every component that is executed will have to be
fetched across the network rather than from the local hard drive. That not
only slows down your database execution but adds to the network traffic and
may slow other, un-related applications as well.
MVP Tony Toews has an automated front end updater on his site at
http://www.granite.ab.ca/accsmstr.htm and I have an article on an approach
that is not automated, but has worked well for me, at
http://accdevel.tripod.com. Either of these approaches should work without
undue burden, and improve both performance and stability.
Larry Linson
Microsoft Access MVP
Immanuel Sibero - 22 Feb 2005 16:22 GMT
Hi Mary,
As Alex pointed out, running the FE locally is best. But you can place the
FE's on network folders and run them from there, as long as each person runs
a separate copy of the FE.
The downside? Can't think of anything except maybe slight performance
penalty at load time.
Immanuel Sibero
> Thanks for the response. I understand it is best to run it locally,
> however, I was wondering if there are any issues I need to be aware of if I
> decide to run the FEs from the network? Will it work?