Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Operation must use an updateable query

Status
Not open for further replies.

hyrogen

Programmer
Jul 10, 2003
60
GB
Hi There,

Im trying to do an insert into an access DB through an ASP. It actually works for me, but when my collegue tries it she gets the following error:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.

I've seen this page which suggest its a permissions issue on the DB
But I dont get why it would work for me but not her?

Any clues?
 
yes, it's the permission issue. i had this same problem with an access db at my isp's server. need to check the security tab of the db file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top