Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Using Access in Multi-User Environments
Old 10-16-2008, 01:35 PM Using Access in Multi-User Environments
Junior Talker

Posts: 2
Name: Kevin Mawdesley
Location: Anglesey, United Kingdom
Trades: 0
I have been asked to develop an Access database that would be used by up to 12 people simultaneously. I have had advice that I shouldn't do this as Access is unreliable when there are more than 3 or 6 or 10 users (pick a number depending on where you do your research). Others don't think it's a problem.

I know the theory but I have personal experience of working in a 20 user Access environment, a call centre where use was heavy, everybody logged call outcomes to the same Access table. There was no problem, other than the occasional record lock out.

Is this multi-user issue a theoretical problem blown out of proportion? Does anybody have actual experience of multi-user problems rather than theoretical worries?

Thanks in advance for any contributions.

Kind regards.

Kevin Mawdesley
RedWharf is offline
Reply With Quote
View Public Profile Visit RedWharf's homepage!
 
 
Register now for full access!
Old 10-16-2008, 02:21 PM Re: Using Access in Multi-User Environments
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,520
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It's an "It depends" answer.

If the user access is reading data, 30 or 40 simultaneous users isn't really a problem

Writing is a whole different ball game and when you need record/file locking.
Is this going to be a web application, desktop client/server app, or something else?
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-16-2008, 02:55 PM Re: Using Access in Multi-User Environments
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by RedWharf View Post
Does anybody have actual experience of multi-user problems rather than theoretical worries?
Possibly. How will your application be used? What is its nature? What do you expect the read to write ratio might look like? How many records, and how will they be distributed among the (how many) tables?

Access isn't the best. It isn't the worst. It has a (somewhat) weird stigma, like the WalMart of programming frameworks. Many programmers think Access is simply beneath them, and look down on it, and anyone who might use it. A lot of the advice you'll see to avoid Access is dogma, pure and simple.

That doesn't mean it will necessarily work for you. I've seen it work fine in 100 user scenarios, and come to its knees with 5 users. The design of the system is more important than the tools used to build it, as with anything else in life. But, Access is weak at scalability both in terms of data size, and concurrent users. If you have a lot of data, a look of record seeks, and a lot of data manipulation, with most users needing the same rows at almost the same time, Access will be a bad choice.

For 12 users and a typical database application, I would expect Access to work admirably. And cost 1/2 to 1/3 as much to build, purely in terms of development effort and time.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 10-17-2008, 05:50 AM Re: Using Access in Multi-User Environments
Junior Talker

Posts: 2
Name: Kevin Mawdesley
Location: Anglesey, United Kingdom
Trades: 0
Thank you for your replies.

I don’t see this as a heavily used application, maybe 100 posts per day in total from all the users. Users will mostly access the records they have posted themselves.

The backend of the split database will sit on a shared network drive, the frontends on individual PCs.

This isn’t a complex application, one main table logging user interaction with various clients. The advantages of using access are, as is mentioned, that the system can be developed much more quickly and cheaply. I do agree that Access seems to have a stigma. To me it’s a simple, effective and flexible tool that is so much easier to develop with than, say, PHP/HMTL/SQL.

Kind regards,

Kevin Mawdesley
RedWharf is offline
Reply With Quote
View Public Profile Visit RedWharf's homepage!
 
Old 10-17-2008, 06:35 AM Re: Using Access in Multi-User Environments
hamesy's Avatar
Webmaster Talker

Posts: 639
Name: Steve
Location: Birmingham, England
Trades: 0
Hi Kevin,

Where I currently work, the entire quality control and customer services departments use an Access database. There's normally around 10 users connected on any one time, along with a lot of read/write queries each day.

The person is charge says he doesn't have any problems with it what so ever.
__________________
Hamesy

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
hamesy is offline
Reply With Quote
View Public Profile
 
Old 10-17-2008, 07:18 AM Re: Using Access in Multi-User Environments
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,520
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Provided the queries are kept from holding the connections open for longer than absolutely necessary, sounds like there should be no problems.

Access is usually slagged off by the people who try to use it as a highl powered database server. It's never going to be suitable for 1/2 million row tables with multiple joins, but that isn't it's real purpose.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-17-2008, 08:07 AM Re: Using Access in Multi-User Environments
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Quote:
Originally Posted by RedWharf View Post
I don’t see this as a heavily used application, maybe 100 posts per day in total from all the users. Users will mostly access the records they have posted themselves.
Especially with the last bit, this means locking should almost absolutely never be an issue for you.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Using Access in Multi-User Environments
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.68485 seconds with 12 queries