Hi, Jerry.
Regarding the concept of 10 users, I was just wondering whether this
actually applies to concurrency; ie. would this be a case of > 10 users
trying to make actual changes to database records at the same time, or simply
reading records at the same time, or simply being connected at the same time.
It's not the number of users, but the number of connections, that count.
For example, one user could open a single application that connects to the
file located on a Windows XP workstation and that one user could only make up
to ten concurrent connections (i.e., linking to the tables, connecting to a
specific table via VBA code with a separate Connection object, using a remote
query, Using Automation on the database file, et cetera, would each be
separate connections) before encountering problems. As soon as the database
tries to make the eleventh connection, the "too many connections" error
message pops up, even though there's only one user actually using the back
end database file.
Just opening the front end application may not be enough to connect to the
back end, though. Depending upon the application's design, the application
may not even connect to the back end until a bound form is opened, which
needs the data located in a linked table. In this case, at the point that
the form is opened is when the connection is made. For a visual cue, as soon
as you see the LDB file on the file server is when the first connection is
made.
Microsoft Access allows up to 255 connections to a Jet database file, so
this isn't likely to be your problem. If you want to eliminate this
possibility though, you could use the LDB Viewer to check the connections.
Please see the following Web page for links to the LDB Viewer and other free
diagnostic tools in the "Free Microsoft Access Troubleshooting Tools" section:
http://www.Access.QBuilt.com/html/links.html
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact info.
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.