Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum concurrent connections in ms access

Tags:

ms-access

What are the maximum concurrent connections ms-access supports?

like image 873
ramu Avatar asked Apr 13 '11 09:04

ramu


People also ask

What is a concurrent connection limit?

Concurrent Connection: The maximum amount of simultaneous connections your server can handle.

Can multiple users use MS Access at the same time?

Make sure that Access is set to open in shared mode on all of the users' computers. This is the default setting, but you should check to be sure — if a user opens the database in exclusive mode, it will interfere with data availability. Start Access and under File, click Options.

How many records can MS Access handle?

Access is well able to handle a million or 5 million records. SQL Server goes well into BILLIONS of records.

What is the maximum number of records in an Access table?

There is no max. You can put the tables in a separate accdb and link to them from your front end (which has all the forms, reports, queries etc.) There is a maximum size of 2GB for an accdb file.


1 Answers

In theory 255, in practice well it’s depends. If they are mostly read only and the network you are on is fast then I have seen 100+ with no problems on a well written database. On the other hand I’m sure the same old horror stories of databases getting corrupt with 2 users will come up. Yes it can happen but if you make a good database and are realistic about what you do with it you can get a surprising number of users hanging off one.

In the long term you might want to look at the free (Express) version of SQL server for higher user counts.

like image 88
Kevin Ross Avatar answered Sep 27 '22 17:09

Kevin Ross