Unspecified error provider -2147467259

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Unspecified error provider -2147467259

    Hi There,

    can someone tell me if this error relates to the MDAC version installed on a
    particular machine?


    '--- Error message

    Unspecified error provider

    -2147467259


    'connection string


    cst = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
    server.mappath("cart.mdb")


    sean Guest

  2. Similar Questions and Discussions

    1. what the hell is this unspecified error???????
      (Type your message here) -------------------------------- From: shashank bhide perform paging a number of times from the grid and after...
    2. Unspecified Error
      When openning the database, sometimes (yes, not always) it gives the error: "Unspecified error". How could I trace what the problem was?
    3. Provider error '80004005' Unspecified error - ARRRGGGHHH!!!!!
      I have searched usenet & dev sites to no avail although many have had similar problems, reckon its an issue with DSN but not sure.. error occurs...
    4. Receiving Unspecified Error...
      Unspecified error C:\INETPUB\WWWROOT\WELCOME\../common/adovbs.inc, line 4 And line 4 is this Connect.Open "database" Its happening across the...
    5. Unspecified error using FSO
      have you tried server.CreateObject("Scripting.FileSystemObject") ? tim "Andrew Paton" <andrew.paton@nospamplease.nufsaid.net> wrote in...
  3. #2

    Default Re: Unspecified error provider -2147467259

    Check permissions on c:\winnt\temp (make sure the user context that the
    webserver is running under has permissions to change/read/delete files in
    that folder).

    Otherwise, try the Jet OLEDB Provider instead of the ODBC driver.

    80004005 Unspecified Error

    is one of those nasty errors I've never seen a definitive answer to
    (probably because it's a catch-all error for everything that doesn't have a
    specific error message)

    Cheers
    Ken

    "sean" <seanNOSPAM@shopsmart.com.au> wrote in message
    news:eXjxuh7vDHA.2508@TK2MSFTNGP12.phx.gbl...
    : Hi There,
    :
    : can someone tell me if this error relates to the MDAC version installed on
    a
    : particular machine?
    :
    :
    : '--- Error message
    :
    : Unspecified error provider
    :
    : -2147467259
    :
    :
    : 'connection string
    :
    :
    : cst = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" &
    : server.mappath("cart.mdb")
    :
    :


    Ken Schaefer 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