Access/SQL Server Connection Pooling?

  • Thread starter Thread starter aedwards via AccessMonster.com
  • Start date Start date
A

aedwards via AccessMonster.com

I have an Access/SQL Server application that uses ODBC link tables to
communicate between the Access cllients and SQL Server. I was wondering if
Access used connection pooling by default, or if I could affect it by adding
a Min Pool Size item to the connection string.

I have a database which performs fairly well, but every now and then the ODBC
connections choke (particularly when doing deletes). I look at the Activity
Monitor and notice that the number of sleeping processes is very high.

Thanks for your help.

Aaron
 
Back
Top