On Thu, 29 Oct 2009 13:10:01 -0700, J. Freed
<(E-Mail Removed)> wrote:
>I'd like to create a client/server application where multiple users can
>read/write access a single table, each user accessing a unique portion of the
>table. If I create a link to the table in each copy of the client database,
>would there be a problem with multiple simultaneous users editing the table?
>TIA....
There is a limit of 255 simultaneous users accessing a database. In practice,
things can get dicey if you have more than 30 or 40 users *SIMULTANEOUSLY
EDITING* (not just viewing) the database, and you will have problems if two
users try to simultaneously edit the same record.
How many "multi" users are you talking about?
Are they all on the same fast stable LAN, or are you talking about one user
from Tokyo and another from Poughkeepsie?
More info please!
--
John W. Vinson [MVP]
|