Controlling Connections with ADP's

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adversus
    New Member
    • Jun 2008
    • 14

    Controlling Connections with ADP's

    Good evening folks:

    I'm maintaining an Access ADP project that interfaces with a MS SQL Server 2000. I've been noticing looking at the sysprocesses table that for every user in the ADP access creates three processes no matter what the user is doing. Those three processes tend to expand depending on the number of operations being performed by the user.

    My question is, letting Access manage the server connections appears to let access create multiple connections to the database. I'm curious if there's a way to force Access (again, having the ADP manage the connection automatically) to use as few connections as possible, or release connections / processes not in use.
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32661

    #2
    If you're very quick you can write to Bill and get him to look into it - but he retires today so you may be a little late :D

    More seriously, I suspect that's a "feature" of the product and not something you can control in code or by configuration.

    Comment

    Working...