Provider error '80004005'

Discussion in 'Classic ASP' started by PP70, Sep 19, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. ...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.
     
  3. 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.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page