Problem with accessing table in access database

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

  1. #1

    Default Problem with accessing table in access database

    i had a working site with iis5 winxp professional on a p4 machine.
    suddenly i am having problems with and the asp pages which have some
    updating commands for the database. the update commands dont work and i get
    one of the following error messages. i have tried restarting the computer
    and have also reinstalled microsoft office xp but the problem has not been
    solved as yet.
    please help

    1. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    registry key 'Temporary (volatile) Jet DSN for process 0x994 Thread 0xac4
    DBC 0x147f024 Jet'.


    2. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object
    is read-only.




    S Guest

  2. Similar Questions and Discussions

    1. Insert table - ASP and access database
      Hi, I am working towards trying to insert data in to two tables from one form. My code won't work so I have simplified everything. I...
    2. Accessing data from an MS Access database on a remote web server
      Please forgive me if I have posted this to the wrong group! I have written a VB6 application that works fine. With that said, I would like to add...
    3. ADO error accessing - Access Database
      Hello, I have an Access database that is setup as a System Datasource on a Win2k Server. This Access database is accessed by about 15...
    4. How can I create a table in my Access database dynamically in ASP?
      How can I create a table in my Access database dynamically using ASP?
    5. Trouble accessing the MS Access 'MSysObjects' system table through an ASP page
      Earlier on this board, I got a solution from Ray (thanks again) on how to run a querry to see if a table exists and it works fine in Access. But...
  3. #2

    Default Re: Problem with accessing table in access database

    Your Web host should have some kind of admin area for you to use or else
    you might have to call or e-mail them what you want. The anonomous
    Internet user needs write permissions on the virtual folder (not the
    physical folder) that contains the database.

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Consultant
    [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

  4. #3

    Default Re: Problem with accessing table in access database

    On Mon, 19 Apr 2004 00:41:17 +0530, "S" <uandme72@yahoo.com> wrote:
    >i had a working site with iis5 winxp professional on a p4 machine.
    >suddenly i am having problems with and the asp pages which have some
    >updating commands for the database. the update commands dont work and i get
    >one of the following error messages. i have tried restarting the computer
    >and have also reinstalled microsoft office xp but the problem has not been
    >solved as yet.
    >please help
    >
    >1. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    >[Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    >registry key 'Temporary (volatile) Jet DSN for process 0x994 Thread 0xac4
    >DBC 0x147f024 Jet'.
    >
    >
    >2. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    >[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object
    >is read-only.
    1) Try posting to relevant groups, not everything with the name
    "Access" in it. As far as I can tell you're not even using an ActiveX
    control but you crossposted to the group. I hope you follow the
    inetserver hierarchy, I cut all the others from this reply.

    2) Google would have given you dozens of resources with answers to
    these extremely common questions.

    3) So common they're part of a FAQ:

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

    Jeff
    Jeff Cochran Guest

  5. #4

    Default Re: Problem with accessing table in access database

    Hi,

    Check next KB

    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;295297[/url]

    --
    Val Mazur
    Microsoft MVP


    "S" <uandme72@yahoo.com> wrote in message
    news:eFd7wjXJEHA.2704@TK2MSFTNGP10.phx.gbl...
    >i had a working site with iis5 winxp professional on a p4 machine.
    > suddenly i am having problems with and the asp pages which have some
    > updating commands for the database. the update commands dont work and i
    > get
    > one of the following error messages. i have tried restarting the computer
    > and have also reinstalled microsoft office xp but the problem has not been
    > solved as yet.
    > please help
    >
    > 1. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    > [Microsoft][ODBC Microsoft Access Driver]General error Unable to open
    > registry key 'Temporary (volatile) Jet DSN for process 0x994 Thread 0xac4
    > DBC 0x147f024 Jet'.
    >
    >
    > 2. Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    > [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or
    > object
    > is read-only.
    >
    >
    >
    >

    Val Mazur 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