Results 1 to 6 of 6
  1. #1
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659

    Limits on number of concurrent users in Access 2007

    I am developing a Webservice (WSDL) that uses an access 2007 database. The database specifications on msdn say a limit of 255 concurrent users. What happens when you attempt to exceed this limit? I haven't figured out a way to test for this condition.

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2013
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Since 255 is a real familiar number, I suspect only a byte has been reserved for keeping track of the concurrent users (just a guess). If true then Access will probably *not* allow the 256th user into the system. With that many potential concurrent users you should really be looking at SQL server anyway.

  3. #3
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    Sadly SQL is not an option. Even if a byte was used to track the number of concurrent users, you wouldn't be able to see the number of users connected without connecting to the database object( i think ).

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Tell us more about your web service and WSDL - there is very little info for this and Access/vba.
    Any code you have that is working would be good in the Sample Databases or Code Repository areas of the forum.

  5. #5
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    Will do. I will post my notes/information in the Code Repo.

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access 2007 Auto Number?
    By katie365 in forum Forms
    Replies: 4
    Last Post: 05-02-2012, 07:59 AM
  2. max number of concurrent users
    By nkuebelbeck in forum Access
    Replies: 3
    Last Post: 10-18-2011, 11:20 AM
  3. Replies: 1
    Last Post: 08-14-2011, 12:15 AM
  4. Number of concurrent users
    By valbor in forum Queries
    Replies: 4
    Last Post: 10-22-2010, 01:41 PM
  5. Access 2007 Users and Permissions Problem
    By botts121 in forum Security
    Replies: 3
    Last Post: 07-06-2009, 10:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums