If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Operation must use an updateable query.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-04, 11:57
genocide7 genocide7 is offline
Registered User
 
Join Date: Feb 2004
Posts: 6
Operation must use an updateable query.

what does it mean by this?

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/kiosk/kiosk1.asp, line 115
Reply With Quote
  #2 (permalink)  
Old 02-27-04, 13:24
iamjosh iamjosh is offline
Registered User
 
Join Date: Feb 2004
Posts: 19
either your not closing your DB Connections and its leaving it locked.
or
you may not have write access on the Database, Check that your iusr_computer has write access both to the directory of the DB and to the DB itself.

Hope that helps.
-josh
Reply With Quote
  #3 (permalink)  
Old 02-27-04, 21:53
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Post your code for the connection and execution.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On