Max # Of Simultaneous Users

B

Bob

What is the maximum # of users who can access a shared MDB file
simultaneously? The table they will be reading from is shared. The browse
screen they will be accessing the table thru is read-only.
 
R

Rick Brandt

Bob said:
What is the maximum # of users who can access a shared MDB file
simultaneously? The table they will be reading from is shared. The
browse screen they will be accessing the table thru is read-only.

The *technical* limit is 255. The *realistic* limit varies by app and network
conditions and is considerably less than that. We have reports of 100 or so
when conditions are perfect. Read only is generally easier to have a higher
number of users than when doing edits.
 
G

Guest

IIS is only one user, so if you are using a Browser to
display your Browse screen the number of users who
can access a shared MDB is not relevant.

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top