PDA

View Full Version : Provider error '80004005'


PP70
09-19-2010, 08:26 AM
sometimes I receive no error, but many times i receive the following:
--------------------------
Provider error '80004005'

Unspecified error

/drracingkart.it/connessione.asp, line 4
--------------------------
connessione.asp code is:

Dim dbConn
Set dbConn=Server.CreateObject("ADODB.Connection")
dbConn.Open "driver={Microsoft Access Driver (*.mdb)};dbq="& server.MapPath("public/DB_drracingkart.mdb")
%>

The URL is: http://drracingkar.eweb702.discountasp.net/drracingkart.it/

On my local pc it works.

PLEASE HELP

Thanks

wisemx
09-20-2010, 01:15 PM
...I'm not sure but my guess is this is because it's an access DB.
You can not expect it to toss users like a Pizza Chef. ;-)
We all had to live with Access DB errors and locks back in the classic ASP days. Honest.

Chuck
09-20-2010, 01:23 PM
Wisemx is right. Try recycling your application in the IIS tools section of your control panel. But you will want to upgrade to SQL to avoid these errors permanently.