Ask a Question related to ASP, Design and Development.

  1. #1

    Default ASP + MSACCESS

    How can I check NTFS permission and how to give the IUSR
    account sufficient privileges to update the database
    which is in MSACCESS. It's always give error operation
    must use updatable query.
    -Bhavin
    Bhavin Guest

  2. Similar Questions and Discussions

    1. Need Help with SQL statement. MSAccess
      I am new to cf and SQL and I want to display only the three most recent entries in the database. I tried (remember I'm a newbie) setting up an...
    2. Date::MSAccess V 1.01
      The pure Perl module Date::MSAccess V 1.01 is available immediately from CPAN, and from http://savage.net.au/Perl-modules.html. On-line docs,...
    3. Web Service with MSAccess
      Hello: What happens if you use a web service to acces a MSAccess dataBase? The problem is when I call the web service to access the data base,...
    4. From PDF to MSAccess
      is there any way of capturing data of a PDF document and making it an Access table? Thank you
    5. ASP and MSAccess
      I am updating a MSAccess DB from a web page. I can read the database with no problem but my update and insert script are having problems. Example:...
  3. #2

    Default Re: ASP + MSACCESS

    Right-click the folder the MDB file is in and select Properties->Security.
    Click the Add button and select your IUSR account. Down the bottom ensure
    that account has the requires read/write permissions.

    YMMV RE OS

    "Bhavin" <anonymous@discussions.microsoft.com> wrote in message
    news:041701c3982e$084011c0$a501280a@phx.gbl...
    > How can I check NTFS permission and how to give the IUSR
    > account sufficient privileges to update the database
    > which is in MSACCESS. It's always give error operation
    > must use updatable query.
    > -Bhavin

    Adrian Forbes [ASP 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