IIS/Acess DB problem.

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

  1. #1

    Default IIS/Acess DB problem.

    I get this error trying to open a access database thru
    ODBC when accessing a web page using IIS.

    The error is as follows:
    HTTP 500.100 - Internal Server Error - ASP error
    Internet Information Services

    Error Type:
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver] The Microsoft
    Jet database engine cannot open the file '(unknown)'. It
    is already opened exclusively by another user, or you need
    permission to view its data.
    /AspProduct/manageProducts.asp, line 41

    The database is connected to the ODBC correctly.

    Anybody's help is much appreciated.
    Thanks,
    Kim

    kim Guest

  2. Similar Questions and Discussions

    1. Acess Compressed File
      Hi all, I had to manipulate a large number of XML and GIF files. In this case I will need to use a compressed file, like zip. Anyone knows if...
    2. MS-Acess
      I have an access db running on an old websever and would like to create a datasourse on the new webserver until I setup the access db into MS-SQL....
    3. Slow MDB acess in global.asa
      Hi Everyone, The following code runs in less than one second when used in an ASP page but when used in Session_onStart() in global.asa, the first...
    4. acess denied for my documents help Please !
      Hello My PC froze during upgrade to SP1 and now i cant access my documents of windows xp pro after installing it again. Please help thank you
    5. Problem with acess to cmd.exe
      Márcio wrote: Are you in a domain? -- -the small one All postings carry no guarantee or warranty, expressed or implied. Proceed at your...
  3. #2

    Default Re: IIS/Acess DB problem.

    This page should contain your answer:
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]

    HTH,
    Bob Barrows
    PS. You should be using the Jet OLEDB provider to connect to your database
    instead of ODBC. [url]www.connectionstrings.com[/url]

    kim wrote:
    > I get this error trying to open a access database thru
    > ODBC when accessing a web page using IIS.
    >
    > The error is as follows:
    > HTTP 500.100 - Internal Server Error - ASP error
    > Internet Information Services
    >
    > Error Type:
    > Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    > [Microsoft][ODBC Microsoft Access Driver] The Microsoft
    > Jet database engine cannot open the file '(unknown)'. It
    > is already opened exclusively by another user, or you need
    > permission to view its data.
    > /AspProduct/manageProducts.asp, line 41
    >

    Bob Barrows Guest

  4. #3

    Default Re: IIS/Acess DB problem.

    On Fri, 15 Aug 2003 09:30:39 -0700, "kim" <kim44094@yahoo.com> wrote:
    >I get this error trying to open a access database thru
    >ODBC when accessing a web page using IIS.
    >
    >The error is as follows:
    >HTTP 500.100 - Internal Server Error - ASP error
    >Internet Information Services
    >
    >Error Type:
    >Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    >[Microsoft][ODBC Microsoft Access Driver] The Microsoft
    >Jet database engine cannot open the file '(unknown)'. It
    >is already opened exclusively by another user, or you need
    >permission to view its data.
    >/AspProduct/manageProducts.asp, line 41
    >
    >The database is connected to the ODBC correctly.
    Start here:

    Why do I get database-related 80004005 errors?
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]

    Jeff
    Jeff Cochran 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