Hello all,
When you create a database application with ms access as the 'backend' (getting data using TADOQuery) do the clients pull the entire database over the LAN or just the records specified by the sql?
If the clients pull the entire database across and execute the query locally, what can i do so that only what i want is pulled from the database server to the clients?
I am running an application at the office that has 15 - 20 people connecting to an access mdb placed on the server. Response time is sometimes slow and am looking for ways to improve.
TIA
Clemens
When you create a database application with ms access as the 'backend' (getting data using TADOQuery) do the clients pull the entire database over the LAN or just the records specified by the sql?
If the clients pull the entire database across and execute the query locally, what can i do so that only what i want is pulled from the database server to the clients?
I am running an application at the office that has 15 - 20 people connecting to an access mdb placed on the server. Response time is sometimes slow and am looking for ways to improve.
TIA
Clemens