473,545 Members | 1,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Pros & Cons of sharing a front end MDB (Client workstation vs. Server)

I have deployed few Access apps splitting it in Front End and Back
End. Our environment uses Win XP SP2 for clients, Win 2k3 for servers
and Access 2003. The max. number of clients is about 50 (concurrent
users is estimated around 10).

Whilst the Back End always lives on a server, I am not quite clear
where the Front End should live.

I have searched the web and find contradicting views.

Common sense tells me that if I have the Front End in the server then
maintenance should be a breeze because you maintain all your forms,
VBA codes, libraries, options, etc in just one place - but I am not
quite clear about *what* Access features are managed on the server and
*what* are managed (and dependent) on the workstation's install of
Access.

But it *seems* that in a shared environment it is better to have each
client with a copy of the Front End installed at their workstations
because the LDB file that contains the locking information seems to
work better - and this would be high maintenance because there are ~50
clients to maintain.

Is this correct? Will I have less chance of trouble with LDB files if
I have the Front End living on client's workstations as opposed to
having the Front End living on a server and being accessed by multiple
clients?

What would be best practice in a shared environment for a split MDB?
To have the Front End being accessed directly on the server or to
install the Front End on each client's workstation?

Jul 16 '07 #1
11 4679
"Max Vit" <mv**@safe-mail.netwrote in message
news:11******** ************@e9 g2000prf.google groups.com...
>I have deployed few Access apps splitting it in Front End and Back
End. Our environment uses Win XP SP2 for clients, Win 2k3 for servers
and Access 2003. The max. number of clients is about 50 (concurrent
users is estimated around 10).

Whilst the Back End always lives on a server, I am not quite clear
where the Front End should live.

I have searched the web and find contradicting views.

Common sense tells me that if I have the Front End in the server then
maintenance should be a breeze because you maintain all your forms,
VBA codes, libraries, options, etc in just one place - but I am not
quite clear about *what* Access features are managed on the server and
*what* are managed (and dependent) on the workstation's install of
Access.

But it *seems* that in a shared environment it is better to have each
client with a copy of the Front End installed at their workstations
because the LDB file that contains the locking information seems to
work better - and this would be high maintenance because there are ~50
clients to maintain.

Is this correct? Will I have less chance of trouble with LDB files if
I have the Front End living on client's workstations as opposed to
having the Front End living on a server and being accessed by multiple
clients?

What would be best practice in a shared environment for a split MDB?
To have the Front End being accessed directly on the server or to
install the Front End on each client's workstation?
In a perfect world the difference would come down to performance and ease of
updates. Individual (local) front ends perform better and a single front end
(might) have some advantages from a version control/update stand-point.

In the real world though we have to add the fact that sharing a single front end
vastly increases the chance of file corruption including corruption of the data
in the back end. This single point means that ALL shared apps should be run
from individual front ends (preferably locally installed).

Beyond that single point is a long list of other advantages that individually
installed front ends has and the fact that the one dubious disadvantage
(updates/version control) is easily solved for individual front ends using any
of a number of auto-update strategies.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com

Jul 16 '07 #2
On Jul 16, 12:23 pm, "Rick Brandt" <rickbran...@ho tmail.comwrote:
In the real world though we have to add the fact that sharing a single front end
vastly increases the chance of file corruption including corruption of the data
in the back end. This single point means that ALL shared apps should be run
from individual front ends (preferably locally installed).
Thanks Rick - So what I have read about sharing Access over the WAN
using a thin client (Citrix, Tarantella) or Terminal Servers is not a
wise idea as it relies having a Front End in a single spot being
accessed by multiple clients and thus enhancing corruption chances? Or
am I missing something?

Jul 16 '07 #3
"Max Vit" <mv**@safe-mail.netwrote
Whilst the Back End always lives on a server,
I am not quite clear where the Front End
should live.

I have searched the web and find
contradicting views.
If so, then you have either been visiting different sources than I --
because the strong concensus in posts by clearly-knowledgeable people in the
newsgroups I frequent is "each user gets a copy of the FE".

One of the best Access resources for multiuser issues is Tony Toews' site,
http://www.granite.ab.ca/accsmstr.htm. You'll find his AutoFEUpdater
described, and at my site http://accdevel.tripod.com, one of the articles is
on "versioning " which is a slightly different approach to the issue of
keeping users versions up-to-date.

Larry Linson
Microsoft Access MVP
Jul 16 '07 #4
Max Vit <mv**@safe-mail.netwrote in
news:11******** *************@e 9g2000prf.googl egroups.com:
So what I have read about sharing Access over the WAN
using a thin client (Citrix, Tarantella) or Terminal Servers is
not a wise idea as it relies having a Front End in a single spot
being accessed by multiple clients and thus enhancing corruption
chances? Or am I missing something?
No, each user on a Terminal Server should have their own dedicated
copy of the front end, stored in their user profile.

In other words, just like they would if each user were working from
a workstation.

There are no "pros" so sharing a front end.

There is never any justification for doing so.

It is *always* the wrong thing to do.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jul 16 '07 #5
On Jul 16, 1:59 pm, "David W. Fenton" <XXXuse...@dfen ton.com.invalid >
wrote:
No, each user on a Terminal Server should have their own dedicated
copy of the front end, stored in their user profile.

In other words, just like they would if each user were working from
a workstation.
Well, then I was missing something :-)
There are no "pros" so sharing a front end.

There is never any justification for doing so.

It is *always* the wrong thing to do.
Thanks, I like binary replies!
Jul 16 '07 #6
Hi,
I'm sure you'll hear a lot of putting front-ends on servers is a bad
thing and I'm only sharing My experience, all of my Access apps are
split and both the front-end and back-end sit on the server in
different folders and they all work just fine. Some are small(meaning
1-12 users w/ anywhere between 500 - 250,000 records) some are
large(meaning 150+ authorized users w/ 500,000 to 1,000,000 records).
They have good performance and are always are available for use.
The only issue I have ever had is each night our IT dept runs a
process that detaches all pc processes that are still attached to
servers and the one 'got ya' I've come across is a user will go home
and leave there pc logged in with an Access application 'open'. When
the IT process de-attaches the that pc the front-end will corrupt
itself since it was an abnormal termination. So, whenever I implement
an Access app here, during user training I'll kept telling them about
the importance of shutting down access application before they leave
for the day and of course I'm never far away from backups.
On the Citrix side of things, at least here, the front-end sits on the
Citrix server(so it's a common front-end) and the back-end is actually
a SQLServer back-end
Your mileage may verry
bobh.
On Jul 15, 10:36 pm, Max Vit <m...@safe-mail.netwrote:
On Jul 16, 12:23 pm, "Rick Brandt" <rickbran...@ho tmail.comwrote:
In the real world though we have to add the fact that sharing a single front end
vastly increases the chance of file corruption including corruption of the data
in the back end. This single point means that ALL shared apps should be run
from individual front ends (preferably locally installed).

Thanks Rick - So what I have read about sharing Access over the WAN
using a thin client (Citrix, Tarantella) or Terminal Servers is not a
wise idea as it relies having a Front End in a single spot being
accessed by multiple clients and thus enhancing corruption chances? Or
am I missing something?

Jul 16 '07 #7
"David W. Fenton" <XX*******@dfen ton.com.invalid wrote:
>So what I have read about sharing Access over the WAN
using a thin client (Citrix, Tarantella) or Terminal Servers is
not a wise idea as it relies having a Front End in a single spot
being accessed by multiple clients and thus enhancing corruption
chances? Or am I missing something?

No, each user on a Terminal Server should have their own dedicated
copy of the front end, stored in their user profile.
Stored where in their user profile?
>In other words, just like they would if each user were working from
a workstation.

There are no "pros" so sharing a front end.

There is never any justification for doing so.

It is *always* the wrong thing to do.
Agreed.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jul 16 '07 #8
Max Vit <mv**@safe-mail.netwrote:
>Common sense tells me that if I have the Front End in the server then
maintenance should be a breeze because you maintain all your forms,
VBA codes, libraries, options, etc in just one place -
Not really. Even if you give each user their own copy of the FE MDB/MDE, which is
what you must do, then you would need to kick each user out before you could give
them a new copy of the FE. PITA.

I specifically created the Auto FE Updater utility so that I could make changes to
the FE MDE as often as I wanted and be quite confident that the next time someone
went to run the app that it would pull in the latest version. For more info on the
errors or the Auto FE Updater utility see the free Auto FE Updater utility at
http://www.granite.ab.ca/access/autofe.htm at my website to keep the FE on each PC up
to date.

In a Terminal Server or Citrix environment the Auto FE Updater now supports creating
a directory named after the user on a server. Given a choice put the FE on the
Citrix server to reduce network traffic and to avoid having to load objects over the
network which can be somewhat sluggish.
>But it *seems* that in a shared environment it is better to have each
client with a copy of the Front End installed at their workstations
because the LDB file that contains the locking information seems to
work better -
Using a shared copy of the FE risks corrupting the FE. And you might not even be
able to do that as you can get some interestnig messages.

The problems really have nothing to do with the LDB file.
>and this would be high maintenance because there are ~50
clients to maintain.
Not with the Auto FE Updater or similar approach. Once setup you can forget about
all the high maintenance details.
>Is this correct? Will I have less chance of trouble with LDB files if
I have the Front End living on client's workstations as opposed to
having the Front End living on a server and being accessed by multiple
clients?
Very much so. Now you can put each users FE on the file server. But the
performance would likely be slightly slower.
>What would be best practice in a shared environment for a split MDB?
To have the Front End being accessed directly on the server or to
install the Front End on each client's workstation?
Never, ever share a FE MDB/MDE.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Jul 16 '07 #9
Hi Tony, Rick, David, Larry & Bob - Thanks the replies; I now know
what to look for!

Hey Tony - Your Auto FE Updater seems what I need, I'll have a try and
let you know.

Thanks again - Max

Jul 16 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

112
10241
by: Andy | last post by:
Hi All! We are doing new development for SQL Server 2000 and also moving from SQL 7.0 to SQL Server 2000. What are cons and pros for using IDENTITY property as PK in SQL SERVER 2000? Please, share your experience in using IDENTITY as PK .
17
10740
by: Oldgradgreg | last post by:
Hi all i am building a SQL 2000 database that it is proving a little challenging, i have companies with multiple addresses, phone numbers, owning mine sites etc and also joint ventures so maybe you get the picture with a few design issues that i ma encountering My queriy is about a primary key identity, and which one to use with respect...
2
1996
by: Zhou Lei | last post by:
Hi friends I'm a newbie learning XSLT to transform an XML to some other documents. Now I have some questions, anyone could give me some suggestions on them? 1. If we save our documents in XML rules and these files should be published on Internet through WWW, what we can benefit from the XML files? And what are the drawbacks (is it too...
2
368
by: Precious | last post by:
I have to give a presentation on pros and cons of .NET to our clients, who are already using our VB6/SQL Server 2000 application....(Yes, we are too late)...Many of you must have done the same exercise earlier. I am looking for issues like (1) how dotnet simplifies client side deployment of an application (2) Will dotnet application's...
44
4136
by: lester | last post by:
a pre-beginner's question: what is the pros and cons of .net, compared to ++ I am wondering what can I get if I continue to learn C# after I have learned C --> C++ --> C# ?? I think there must be many know the answer here. thanks
2
2796
by: scott | last post by:
Hi, Just wondering what sort of problems and advantages people have found using stored procedures. I have an app developed in VB6 & VB.NET and our developers are starting to re-write some of the code in stored procedures (im advocating encryption of them). When deploying an application however stored procedure seem to add another level of...
3
2202
by: lorirobn | last post by:
Hello, I am in the process of bringing my Access application to client's server, and need some help! The background is: I created application (mdb) using Access 2003 on my laptop, converted it to Access 2000 (client uses both 2000 and 2003), split it into Front End and Back End, and IT person brought Front End onto one test person's...
175
8676
by: Ken Brady | last post by:
I'm on a team building some class libraries to be used by many other projects. Some members of our team insist that "All public methods should be virtual" just in case "anything needs to be changed". This is very much against my instincts. Can anyone offer some solid design guidelines for me? Thanks in advance....
10
6292
by: Steve | last post by:
I need to build a very dynamic client and would be interested in knowing the pros and cons of using JSF and Ajax to accomplish this. Thanks. Steve
0
7387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7643
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7798
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7738
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5956
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5316
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4938
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3436
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
688
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.