Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: intermittent problem with 80040e10


Message #1 by "GaryB" <gbesaw@r...> on Wed, 29 May 2002 16:05:32
I am having a problem with my asp page which selects records from an 
access database. The page works fine most of the time but intermittently 
returns an 80040e10 error. If I press refresh several times, it will 
eventually load. Since nothing changes with the refresh, I don't see how 
it could be anything to do with the data etc and since it loads, I don't 
see how it could be the code either. This is a DSN-less connection and 
always fails on the open. Any thoughts on this?
Message #2 by "Drew, Ron" <RDrew@B...> on Wed, 29 May 2002 16:44:22 -0400
http://www.adopenstatic.com/faq/80040e10.asp

-----Original Message-----
From: GaryB [mailto:gbesaw@r...]
Sent: Wednesday, May 29, 2002 12:06 PM
To: ASP Database Setup
Subject: [asp_database_setup] intermittent problem with 80040e10


I am having a problem with my asp page which selects records from an
access database. The page works fine most of the time but intermittently

returns an 80040e10 error. If I press refresh several times, it will
eventually load. Since nothing changes with the refresh, I don't see how

it could be anything to do with the data etc and since it loads, I don't

see how it could be the code either. This is a DSN-less connection and
always fails on the open. Any thoughts on this?
%%email.unsub%%

Message #3 by "GaryB" <gbesaw@r...> on Thu, 30 May 2002 17:38:44
Well, unfortunately, that is not the problem. a) there are no mistakes in 
the sql like names, tables etc and b) If you hit the refresh, it will 
work. This is an intermittent problem that clears itself up after several 
attempts. If it were the typical 80040e10 error, this would be a simple 
fix but this is not typical. I suspect it is not really an 80040e10 but 
the error is getting posted as that. Again, refresh solves the problem and 
I don't see how an error like misspelled field names etc could clear 
itself up with a refresh. I also don't see how a problem with the values 
being passed could. Besides that, it sometimes occurs on something as 
simple as "Select userid from usertable" where there are not values being 
passed...

> http://www.adopenstatic.com/faq/80040e10.asp

-----Original Message-----
From: GaryB [mailto:gbesaw@r...]
Sent: Wednesday, May 29, 2002 12:06 PM
To: ASP Database Setup
Subject: [asp_database_setup] intermittent problem with 80040e10


I am having a problem with my asp page which selects records from an
access database. The page works fine most of the time but intermittently

returns an 80040e10 error. If I press refresh several times, it will
eventually load. Since nothing changes with the refresh, I don't see how

it could be anything to do with the data etc and since it loads, I don't

see how it could be the code either. This is a DSN-less connection and
always fails on the open. Any thoughts on this?
%%email.unsub%%


  Return to Index