I have a web server (Win 2k3, IIS6) with three sites using Access databases. Today they suddenly slowed to a crawl and one won't load at all- it shows the following error:
Microsoft JET Database Engine error '80004005'
System resource exceeded.
/gear/show.asp, line 18
As far as I know all of my data pages close their connections. I've checked disk space and looked for temp files but nothing looks out of the ordinary. I plan to move all this over to SQL soon, but for now I have to make it work.
Is there any way to identify open data connections?
How can I stop the error?
Microsoft JET Database Engine error '80004005'
System resource exceeded.
/gear/show.asp, line 18
As far as I know all of my data pages close their connections. I've checked disk space and looked for temp files but nothing looks out of the ordinary. I plan to move all this over to SQL soon, but for now I have to make it work.
Is there any way to identify open data connections?
How can I stop the error?