I recently made a website that uses ASP to read and write from and to a Access 97 database.
The hosting service wouldn't allow me to use an ODBC DSN,
so I had to change the code so that it wouldn't.
Locally the site works fine, but after upload....when I try to write to the database, I get the following message?
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 97 Driver] Operation must use an updatable query.
Can anyone tell me what to do about it?
Thanks in advance.
The hosting service wouldn't allow me to use an ODBC DSN,
so I had to change the code so that it wouldn't.
Locally the site works fine, but after upload....when I try to write to the database, I get the following message?
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access 97 Driver] Operation must use an updatable query.
Can anyone tell me what to do about it?
Thanks in advance.