Can't insert a record in Access database.

Discussion in 'Databases' started by AlexAvrutin, Mar 10, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a simple ASP script that adds a record into this database. It works at my current hosting provider that also runs Win2000 + IIS5, but here when I try to execute the script, I get the following message:

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.

    /products/scripts/Download.asp, line 38

    I tried to re-upload the DB several times but with no results. What is this?


    ---
    Best regards,
    Alex Avrutin
    CEO, Project Manager
    Advanced Web Systems
    Saint-Petersburg, Russia
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Are you using FrontPage?

    If you are, you must upload the database file using FP's import function

    a) you will need to use the import function. File -> import
    b) select Add File
    c) select your database file
    d) import to the directory you want
    e) when asked if you want to create a database connection, respond yes.


    quote:Originally posted by AlexAvrutin

    I have a simple ASP script that adds a record into this database. It works at my current hosting provider that also runs Win2000 + IIS5, but here when I try to execute the script, I get the following message:

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.

    /products/scripts/Download.asp, line 38

    I tried to re-upload the DB several times but with no results. What is this?


    ---
    Best regards,
    Alex Avrutin
    CEO, Project Manager
    Advanced Web Systems
    Saint-Petersburg, Russia
    </blockquote id="quote"></font id="quote">
     
  3. Thanks for your reply!

    No, I upload the database using Internet Explorer's FTP client.

    ---
    Best regards,
    Alex Avrutin
    CEO, Project Manager
    Advanced Web Systems
    Saint-Petersburg, Russia
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page