T
TG
I have an ADP solution that has been running for some years. The users have
recently moved to Access 2007 frontend and the backend is SQL server 2000.
The main tables contain millions of lines. Queries into these tables are
based on stored procedures. Maximum number of users (logins) are 15.
Normally there is one or two concurrent users logged on.
Users complain that there seems to be an increase of response times when
more users log on. Max response time for complex queries into the biggest
tables seem to increase from 15 seconds to more than 90 seconds as more
users log on. This happens even if they are not running any queries, just
logged on.
The ADP frontend has some bound forms and a lot of unbound forms.
Is there a way I can disconnect the connection between the ADP client and
SQL server when the user becomes inactive? The purpose of the disconnect
would be to improve response times for the remaining active users. I would
like to reconnect automatically when the passive user becomes active again.
What would the code for disconnect and reconnect of ADP client look like?
We hope to avoid rewriting adp code to mdb.
Regards
Tore
recently moved to Access 2007 frontend and the backend is SQL server 2000.
The main tables contain millions of lines. Queries into these tables are
based on stored procedures. Maximum number of users (logins) are 15.
Normally there is one or two concurrent users logged on.
Users complain that there seems to be an increase of response times when
more users log on. Max response time for complex queries into the biggest
tables seem to increase from 15 seconds to more than 90 seconds as more
users log on. This happens even if they are not running any queries, just
logged on.
The ADP frontend has some bound forms and a lot of unbound forms.
Is there a way I can disconnect the connection between the ADP client and
SQL server when the user becomes inactive? The purpose of the disconnect
would be to improve response times for the remaining active users. I would
like to reconnect automatically when the passive user becomes active again.
What would the code for disconnect and reconnect of ADP client look like?
We hope to avoid rewriting adp code to mdb.
Regards
Tore