| re: Cannot update. Database or object is read-only.
Please provide some additional detail -- are you trying to store the backend
database (tables and data) on a website and update from an Access form on
the user machine, or are you trying to update from a screen created with
..asp, or something else?
If the first, using a split Access - Jet database over the Internet is
simply not feasible. Internet connections are far too slow for a file-server
database which treats the remote database just as it treats a file on the
local machine, and does all its data extraction and manipulation on the
user's machine.
Larry Linson
Microsoft Access MVP
"Darn" <airlistcarmale@yahoo.com> wrote in message
news:9420294c.0411030119.5367231f@posting.google.c om...[color=blue]
> Hi all
>
> How do i solve this problem. I'm web developer from Malaysia, the
> problem occurs when i ftp an Access database which i'm using for this
> particular web site for it's database.The form which i used to update
> data inside that database has create some problem like
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or
> object is read-only.
>
> and this has stop the data to be stored in inside the database.In the
> intranet it works fine means that there is no read only error message
> pops up all of the data stored perfectly.
>
> Hope you guys can find a time to asnwer my questions
> Darn[/color] |