justuptime.com - monitor your servers & websites

ASP site errors

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 26 posts

Joined: Nov 2001

I am getting this error on all dynamic pages of my web site. It has only recently been happening more and more regularly.

[Microsoft][ODBC Microsoft Access Driver] System resource exceeded.

The site is ASP and uses a number of Access 2000 databases.

My host is saying their is probably a problem with my database connections but it has worked fine for many months up to recently and i have not changed any database connection code.

Any help appreciated.

Abhishek Reddy's picture
Moderator

He has: 3,284 posts

Joined: Jul 2001

Have you closed all connections properly?

detox's picture

They have: 571 posts

Joined: Feb 2001

this is all I could find with a quick search of forums:

" try using an OLEDB connstring rather than an ODBC connstring for MS Access."

However having never seen this error message personally I cannot say too much. Will have a look. Do you have the error code number?

Detox -TWF Moderator

DetoxDezigns
- freelance

Peter J. Boettcher's picture

They have: 812 posts

Joined: Feb 2000

Make sure you're closing all your connections, and use OLEDB instead of ODBC. Maybe your host has upgraded the ADO version on the server and it has affected your code?

PJ | Are we there yet?
pjboettcher.com

detox's picture

They have: 571 posts

Joined: Feb 2001

still getting that message?