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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JET ERROR 80004005 During Update

Status
Not open for further replies.

dave001

Programmer
Aug 17, 2001
2
GB
I have an update page that contains a Live Object Update Form that appears to be set up ok (it shows all teh fields in the record and using Live Object nav Bars I can cycle throught eh records no problem. However, whenever I submit an update I get 'MS JET database Error 80004005 - Operation must use an updateable query'. I have tried every which way to avoid this but am now completely foxed. Any ideas please for wjhat should be a simple operation. The error is the same whether I use A2k or A97 tables and the db is not read only.

Thanks
Dave(UK)
 
Check the permissions on the directory where the db resides -- make sure your script has WRITE permissions on that directory.
penny.gif
penny.gif
 
I must have write permisisons because in the FTP window I can open the db and change the data on the server side..

Could it be anything else..

Thanks
 
here's an article on the subject:


From what I'm reading, it's definitely a permissions issue.

You can also perform a keyword search on "Updateable Query" on this site, and come up with ALOT of discussion about the topic. It's a common problem.

:)
Paul Prewett
penny.gif
penny.gif
 
I get this error often when I ftp using cuteftp, but never when I use dreamweaver ftp.

I am unclear why
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top