Hi
I have a back end-front end MS Access database which runs perfectly and very fast on a local server (several PC's linked to a server, all in the same office)
However if I try to access same db in another office (we have 10 offices around the country) to do something like a simple query, it takes 20+seconds to do so.
The query is something line SELECT *.* WHERE CLIENT="PEPE" so nothing fancy.
The number of records is only like 500!
The number of people using the db is very small, possible 2-5 are connected at the same time, if that.
is there a known performance when a back end is being used across two places (in my case 600 kms away) ?
Just for testing purposes, I have tried to do the same process with MySQL and the performance is <1 second, while same query in MS Access takes 20-30 seconds or more.
I understand MySQL is much more powerful than Access however I cannot use MySQL for a number of reasons (I just did for testing purposes)
Is there a way MS Access performance can be increased in these cases ?
Note I have already ready and did follow all the guidelines to improve Access performance on linked tables, etc etc, but no changes in speed at all.
thanks in advance
I have a back end-front end MS Access database which runs perfectly and very fast on a local server (several PC's linked to a server, all in the same office)
However if I try to access same db in another office (we have 10 offices around the country) to do something like a simple query, it takes 20+seconds to do so.
The query is something line SELECT *.* WHERE CLIENT="PEPE" so nothing fancy.
The number of records is only like 500!
The number of people using the db is very small, possible 2-5 are connected at the same time, if that.
is there a known performance when a back end is being used across two places (in my case 600 kms away) ?
Just for testing purposes, I have tried to do the same process with MySQL and the performance is <1 second, while same query in MS Access takes 20-30 seconds or more.
I understand MySQL is much more powerful than Access however I cannot use MySQL for a number of reasons (I just did for testing purposes)
Is there a way MS Access performance can be increased in these cases ?
Note I have already ready and did follow all the guidelines to improve Access performance on linked tables, etc etc, but no changes in speed at all.
thanks in advance