We have an ASP application that uses an Access Database. In the development environment, I am getting the following error whenever we try to delete a record from a table: "Microsoft OLE DB Provider for ODBC Drivers (0x80004005) [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only."
We can add and edit records with no problem in the development environment.
In the live environment, records can be added, edited and deleted with no issues.
I think this is a permission issue because the development machine is new since I last worked on this application. However, I have been unable to solve it. FYI - we are using a DSNless connection in this application.
Any help is greatly appreciated.
We can add and edit records with no problem in the development environment.
In the live environment, records can be added, edited and deleted with no issues.
I think this is a permission issue because the development machine is new since I last worked on this application. However, I have been unable to solve it. FYI - we are using a DSNless connection in this application.
Any help is greatly appreciated.