Greetings to all you technical experts out there,
A couple of days ago I set up a Webserver on my computer and ran ASP pages. It was working fine until my new HDD came. I installed a new operating system on my HDD, reinstalled IIS, Microsoft Access and everything else and moved my existing ASP files on to my new HDD.
Right now, every time the ASP pages try to perform an update query it gives me this error. I am still trying to figure out why its giving me this error. I didn't touch the code, MS Office is installed, tried messing around with the permissions. 😕
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/XcAuctionLite/placebid.asp, line 49
This is the other error message that I get for my guest book script: (don't know why its giving me this problem even though I set the permissions correctly)
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
Can anyone help me out with this? Thanks in advance!!
A couple of days ago I set up a Webserver on my computer and ran ASP pages. It was working fine until my new HDD came. I installed a new operating system on my HDD, reinstalled IIS, Microsoft Access and everything else and moved my existing ASP files on to my new HDD.
Right now, every time the ASP pages try to perform an update query it gives me this error. I am still trying to figure out why its giving me this error. I didn't touch the code, MS Office is installed, tried messing around with the permissions. 😕
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/XcAuctionLite/placebid.asp, line 49
This is the other error message that I get for my guest book script: (don't know why its giving me this problem even though I set the permissions correctly)
Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
Can anyone help me out with this? Thanks in advance!!