473,472 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

how many users can share access database on intranet

62 New Member
In my organization access(2010) database is created ,we are planning to put it on intranet.Database is not in FE and BE format.
So how many users can share that database at same time if it is on intranet.
Nov 11 '13 #1
7 6052
9815402440
180 New Member
32 users can share data simultaneously.
Nov 11 '13 #2
topher23
234 Recognized Expert New Member
According to Microsoft's website: Access 2010 supports a maximum of 64 connections per process with a limit of 256 concurrent open read/write connections per database.

But your best practice will still be to split into FE/BE to reduce the chances of data corruption. A shared front-end with no data will be at risk of code/object corruption, but that can be handled with a good backup procedure. The back-end would then be safer from data corruption, which is not as recoverable.

In my early days as an Access developer, I did exactly what you are proposing and constantly had to deal with locked recordsets and corrupt data. Only when I started practicing FE/BE did I get to stop the constant user support and get real work done.
Nov 11 '13 #3
CJ_London
27 New Member
You would also be better for each user to have their own copy of the FE. It gives you a problem of version control, but at least you can update the FE in a time of your choosing and not late at night when everyone else has gone home.

Also, just to check - you do not have any routines in your db which requires the creation of temporary tables? If so they will each definitely need their own FE copy
Nov 11 '13 #4
zmbd
5,501 Recognized Expert Moderator Expert
I have reset the "best answer" as the one selected by OP has inaccurate information for Access2010.
----------
Access 2010 specifications (click here)

- Total size for an Access 2010 database (.accdb), including all database objects and data 2 gigabytes, minus the space needed for system objects.
Note You can work around this size limitation by linking to tables in other Access databases. You can link to tables in multiple database files, each of which can be as large as 2GB.

Tip For more information on reducing the size of your database, see Help prevent and correct database file problems by using Compact and Repair.
- Total number of objects in a database 32,768
- Number of modules (including forms and reports that have the HasModule property set to True) 1,000
- Number of characters in an object name 64
- Number of characters in a password 14
- Number of characters in a user name or group name 20
- Number of concurrent users 255
----------

In agreement wih both topher23 and CAintheUK: you should split the database and each client MUST have their own copy of the frontend or you will have issues with locked recordsets and in some unusual cases, corrupted data.
Nov 14 '13 #5
rahul2310
62 New Member
@zmbd
thanks zmbd happy to konw that 255 users can concurrently access database but there is one problem database is already live on intranet so cant make any changes to database now.
I would like to know when exactly lock recordset error occours.
Thank you in advance.
Nov 15 '13 #6
weeklydeals
1 New Member
Please try to add 255 concurrent users and see, if 30 concurrent users tries to access the database, the performance of the server degrades significantly.
Nov 15 '13 #7
zmbd
5,501 Recognized Expert Moderator Expert
weeklydeals:
Please read the question, it had/has nothing to do with performance.

However, to address that issue, as it can be a concern:

You will find that perfomance has much do with the hardware and the database design. On several of my splits, I have over 60 concurrent on a LAN without issues and it is mainly due to how the frontend/backend are designed, the highspeed backbone, and using the most up to date OS/Hardware configurations - and yes, I had help from professionals to streamline things on the software side.

Frankly, often our MYSQL and SQLServers are often much slower despite being on the same backbone and hardware (sometimes even with fewer users; however, that's a rare event :) ). The programmers admit that it has to do with the overall design of the databases and the need to work with legacy record systems.


rahul2310:
Record locking issues can not be easily predicted without know your database. It happens when two or more users access the same record(s) for create/write/modification at the same time in the same table. If you want more detail, then please start a new thread (^-^).
Nov 18 '13 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: ANSWER | last post by:
Hi, What is the best way to make help file for users in Access database. Thanks
3
by: Russell Read [MSFT] | last post by:
Hi all, I am using VB script in ASP to access a MS Access database. This works fine until I want to access the same db placed on a file share. The code I am using is... 'create connection...
1
by: COHENMARVIN | last post by:
We are thinking of creating an application that allocates seats on a plane to users. Each user might ask for a few seats, and its possible that we would have 3 different users simultaneously...
7
by: Allison | last post by:
Hi -- we are a small manufacturing looking for a multi-user database to take customer orders (nothing too complicated, with 3 users total). We think we should be using Access, but are wondering...
5
by: Stewart | last post by:
Hi there, I have an Access database, which contains the details of company staff and services. The plan is to extract data from this database onto our forthcoming Intranet (no inserting,...
13
by: Elton Cohen | last post by:
Hi newsgroup! Can anyone tell me where I should put a simple Access database file in order to be accessible for every computer in the network (same workgroup)? There does not need to be any...
7
by: =?Utf-8?B?a21jY29za2V5?= | last post by:
I'm trying to access an access database on the file server from a web server using asp.net and IIS 6.0. I can do it when I have anonymous access enabled in IIS 6.0 as in the public internet web...
6
by: qwerty9988 | last post by:
I have an INTRAnet web application and the users want to add a URL link to an access database that they use. They do not want to put the access database on the web, they just want to be able to open...
6
by: Claudia | last post by:
Hello everyone, I have developped an Access 2003 database which is shared on a folder in a windows server 2003. The database has been previosly set with ULS and splitted. The problem is that...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
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,...
0
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.