T
T Clancey
Hi, I have an app which connects to an Access database on a server, there
are around 10 clients. It's a fairly heavy data intensive app, but most of
the traffic is look up data.
While the system appears to run completely error free around every 6 weeks
the server stops serving the network share where the database resides. When
a client tried to connect you get an error message something like Not enough
resources or disk failure. Resetting the server cleares the problem. More
worrying is a large database corruption that happened just a couple of days
ago.
As far as I can tell my code is correct and I'm not leaving anything open or
connected that shouldn't be. Is there any way to trace or track what
connections and/or resources are being used by each Client? Or if my code
is generating any memory leaks?
Cheers,
Tull.
are around 10 clients. It's a fairly heavy data intensive app, but most of
the traffic is look up data.
While the system appears to run completely error free around every 6 weeks
the server stops serving the network share where the database resides. When
a client tried to connect you get an error message something like Not enough
resources or disk failure. Resetting the server cleares the problem. More
worrying is a large database corruption that happened just a couple of days
ago.
As far as I can tell my code is correct and I'm not leaving anything open or
connected that shouldn't be. Is there any way to trace or track what
connections and/or resources are being used by each Client? Or if my code
is generating any memory leaks?
Cheers,
Tull.