G
Glenn
I'm discovering more and more "features" of multi-user secured access.
Latest is the sluggish performance of access queries if the current user
is member of the admin group compared to normal speed if logged in by a
non-admin user.
Two users (1 admin, 1 normal) log in their own frontends linked to a
backend database (Access 2000).
At the time of login, other (normal) users are already using the
database.
At startup a unbound form opens containing a bound subform.
the normal user gets it after about 10 seconds.
the admin user has to wait 2 minutes.
The delay seems to be caused by a different completion time of the data
queries.
the same occurs if the data queries are run directly.
Could it be the admin user tries (repeatedly) to get exclusive rights on
the data ?(eventhough they are snapshot queries)
The admin user main purpose is to add/remove normal users & modify their
permissions.
regards
glenn
Latest is the sluggish performance of access queries if the current user
is member of the admin group compared to normal speed if logged in by a
non-admin user.
Two users (1 admin, 1 normal) log in their own frontends linked to a
backend database (Access 2000).
At the time of login, other (normal) users are already using the
database.
At startup a unbound form opens containing a bound subform.
the normal user gets it after about 10 seconds.
the admin user has to wait 2 minutes.
The delay seems to be caused by a different completion time of the data
queries.
the same occurs if the data queries are run directly.
Could it be the admin user tries (repeatedly) to get exclusive rights on
the data ?(eventhough they are snapshot queries)
The admin user main purpose is to add/remove normal users & modify their
permissions.
regards
glenn