How to get out of this error message "Database or object is read-only"

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

  1. #1

    Default How to get out of this error message "Database or object is read-only"

    After I moved my ASP pages and an Access database from
    PWS in NT 4.0 to IIS 5.0 in XP Pro, I can't edit data in
    the database through the ASP web application.

    The error type is...
    Microsoft JET Database Engine (0x80040E09)
    Cannot update. Database or object is read-only.

    However, the database is not read-only,
    and Object (I guess it's a "Recordset Object") is not set
    as read-only.

    (The connection path is correct, I can still display the
    data from the database.)

    If somebody knows what's going on here, please help me
    out!

    Best regards,



    Maple Guest

  2. Similar Questions and Discussions

    1. "Could not access 'CDO.Message' object." How to resolve in IIS server
      I am trying to send mail through smtp. smtp service is running on my machine. But every time during the smtpmail.send(msg) call gives "Could not...
    2. Help! Can not save anything in Illustrator format - Error message "unknown error has occured"
      I am using Illustrator CS on XP, I was trying to save my work, it was a template and about 10 layers. I got the error message "unknown error has...
    3. HELP! "Access is denied to this object." - Server object error 'ASP 0178 : 80070005'
      Hi, When I try to do Server.CreateObject on an activeX DLL, I receive the following message: ''''''''''''''''''''''' Server object error 'ASP...
    4. Error in CreatObject(""): 32797: Application-defined or object-define error
      Hi, I am getting "Application-defined or object-define error" when trying to instantiate an MTS component. However, when I run the VB source-code...
  3. #2

    Default Re: How to get out of this error message "Database or object is read-only"

    Maple wrote:
    > After I moved my ASP pages and an Access database from
    > PWS in NT 4.0 to IIS 5.0 in XP Pro, I can't edit data in
    > the database through the ASP web application.
    >
    > The error type is...
    > Microsoft JET Database Engine (0x80040E09)
    > Cannot update. Database or object is read-only.
    >
    > However, the database is not read-only,
    > and Object (I guess it's a "Recordset Object") is not set
    > as read-only.
    >
    > (The connection path is correct, I can still display the
    > data from the database.)
    >
    > If somebody knows what's going on here, please help me
    > out!
    >
    [url]http://www.aspfaq.com/show.asp?id=2009[/url]

    HTH,
    Bob Barrows


    Bob Barrows Guest

  4. #3

    Default Re: How to get out of this error message "Database or object is read-only"

    Yes the folder containing the database does need write/change permission
    usually set through IIS.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Developer
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt 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