Access Xp Slow when multi user connected??

R

Ramzi

Hi to all...

I am experiencing a slow performance while one user is connected to the
database and when the second user connects and try to perform some commands
like (Dcount, DSum…, or run any SQL statement…) it will take almost 15
double of the actual time with no other user is connected??

Can any one advice!!





Thanks in advance…



Ramzi
 
D

Daniel Pineault

Is your database split? Have you deployed a copy of the front-end to each
individual user?

Also, what type of network are you using (10/100, gigabit, wirless - please
say no, etc.) and what was the network performance like prior to using the
database?
 
T

Tony Toews [MVP]

Ramzi said:
I am experiencing a slow performance while one user is connected to the
database and when the second user connects and try to perform some commands
like (Dcount, DSum…, or run any SQL statement…) it will take almost 15
double of the actual time with no other user is connected??

The three most common performance problems in Access 2000 or newer
are:
- LDB locking which a persistent recordset connection or an always
open bound form corrects (multiple users)
- sub datasheet Name property set to [Auto] should be [None]
- Track name AutoCorrect should be off

If the problem is for everyone when starting up the MDB then it likely
needs a decompile.

For more information on these, less likely causes, other tips and
links to MS KB articles visit my Access Performance FAQ page at
http://www.granite.ab.ca/access/performancefaq.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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