I'm maintaining a legacy VB6 application that uses Access as DB. With a certain client I'm getting weird errors when manipulating data. I get this error:
2012-08-23 17:04:49 The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.
But I'm sure I'm the only one running the program so I'm suspecting a connection that stays open somewhere in the program because of an error. The application is very, very ugly... Is there a way for me to see how many connections are active? What do I do to make sure there's only one connection active? Just be sure to close all connections that have been open?
Any other ideas or tips you could pass my way? Thanks