Update

A

anonymous

i am trying to run update query.
I am getting this error(even the query is update query any
idea why?)"Operation must use an updateable query"
 
J

John Vinson

i am trying to run update query.
I am getting this error(even the query is update query any
idea why?)"Operation must use an updateable query"

Because you can't update a query that isn't updateable. There are many
reasons why a query might not be - please post the SQL, probably
someone can see why.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top