getting .mdb database errors? read this ..

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default getting .mdb database errors? read this ..

    I have had loads of problems trying to WRITE data to my DB, using iis 5.1 on
    my local winxp machine, even though permissions were set correctly in iis,
    and all the parent dirs.

    If you are getting errors such as :

    Microsoft JET Database Engine Error ' 80004005'
    Unspecified error
    &
    Microsoft OLE DB Provider for ODBC Drivers error ' 80004005'
    [Microsoft][ODBC Microsoft Access 97 Driver] Operation must use an
    updateable query.

    then follow the steps at:
    [url]http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=115[/url]
    then
    [url]http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=107[/url]

    thats finally worked for me, and has solved 6 months of frustration and a
    lot of hair pulling.

    HOORAH

    Neil


    Neil Guest

  2. Similar Questions and Discussions

    1. Database query errors
      Good morning, First off, I would like to give thanks in advance to those who help. I have the following query statement, but I still get an...
    2. Irregular read-only errors
      I'm getting the infamous "Cannot update. Database or object is read-only" error, however I'm very unsure as to what could be causing it. My best...
    3. Database is Read-Only Error
      The user account that is trying to update the database, typically IUSR_serverName needs to have Modify/Read & Execute/Write NTFS permissions on the...
    4. read radiobutton value from database
      I'm able to the value for 2 of the options in the radio button I have, but can't seem to get more than 3 options to work. How can I get 3 more...
    5. dbms_lob.read errors out with ORA-21560
      OS: Solaris 2.6 RDBMS: Oracle 8.1.7.0 CharSet: UTF8 CLOB Data: Chinese We're experiencing a problem with a JDBC app that retrieves CLOBs from...
  3. #2

    Default Re: getting .mdb database errors? read this ..

    Hi Les,
    No the DB had read/write permissions. I even added the IUSR_compname to the
    administrator group , and it still didnt work.
    It all works now thankfully, but i thought i'd pass on those URLs to anyone
    who might be experiencing similar problems.
    Neil

    "Les Matthews" <LesAMatthews@yahoo.com> wrote in message
    news:bf6qk0$m2i$1@forums.macromedia.com...
    > Is the database marked as "read only"? Does the IUSR... account have write
    > priveleges to it?
    >
    > "Neil" <asdf@asdf.com> wrote in message
    > news:bf6p7u$ji0$1@forums.macromedia.com...
    > > I have had loads of problems trying to WRITE data to my DB, using iis
    5.1
    > on
    > > my local winxp machine, even though permissions were set correctly in
    iis,
    > > and all the parent dirs.
    > >
    > > If you are getting errors such as :
    > >
    > > Microsoft JET Database Engine Error ' 80004005'
    > > Unspecified error
    > > &
    > > Microsoft OLE DB Provider for ODBC Drivers error ' 80004005'
    > > [Microsoft][ODBC Microsoft Access 97 Driver] Operation must use an
    > > updateable query.
    > >
    > > then follow the steps at:
    > > [url]http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=115[/url]
    > > then
    > > [url]http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=107[/url]
    > >
    > > thats finally worked for me, and has solved 6 months of frustration and
    a
    > > lot of hair pulling.
    > >
    > > HOORAH
    > >
    > > Neil
    > >
    > >
    >
    >

    Neil 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