Access connections problems

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Access connections problems

    I get the following error when trying connect to an Access db on the
    local drive.

    Error Type:
    Provider (0x80004005)
    Unspecified error
    /ndss/sdd/concierge/For_sale.asp, line 34

    The weird thing is that teh connection works Sometimes. So if I
    connect and get data back, I need to wait about 1 minute to do it
    again or I get this error.

    I've checked that the internet user has access to the directory and
    the db file. I've also gone through the various possible solutions
    that Microsoft gives for error 0x80004005.

    ANy ideas about what might be the problem?

    Please email me a [email]stefanUofM@hotmail.com[/email]
    Stefan Guest

  2. Similar Questions and Discussions

    1. FTP Connections Problems
      Hi, Having difficulty setting up an initial connection with Contribute. Application successfully logs to my FTP server, and performs all ftp...
    2. severe load problems, too many connections
      hi, on an apache 1.3.37/mysql 3.23.49 server we often experience a slowdown and we get random "Too many connections" errors from the...
    3. Problems adding connections
      I am so frustrated with this programme. I have all my domain names hosted by namesco. The connections (even if I disable them) will not work if...
    4. Problems with OLE DB Connections
      I have applied the 'fix' for ole db connections with Windows XP SP2, but then I get an error message of HTTP 405 when I try to connect. I found that...
    5. Multiple connections problems
      > I have multiple recordsets on a page that use the same connection file to How many recordsets? I would advise to use the one connection for...
  3. #2

    Default Re: Access connections problems

    Guessing that the DB is being opened and not closed so you are getting
    simultaneous calls.


    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------


    "Stefan" <stefan@dragolov.com> wrote in message
    news:89543c7c.0308251339.21cc19e@posting.google.co m...
    > I get the following error when trying connect to an Access db on the
    > local drive.
    >
    > Error Type:
    > Provider (0x80004005)
    > Unspecified error
    > /ndss/sdd/concierge/For_sale.asp, line 34
    >
    > The weird thing is that teh connection works Sometimes. So if I
    > connect and get data back, I need to wait about 1 minute to do it
    > again or I get this error.
    >
    > I've checked that the internet user has access to the directory and
    > the db file. I've also gone through the various possible solutions
    > that Microsoft gives for error 0x80004005.
    >
    > ANy ideas about what might be the problem?
    >
    > Please email me a [email]stefanUofM@hotmail.com[/email]

    Curt_C [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139