Update

  • Thread starter Thread starter anonymous
  • Start date Start date
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"
 
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.
 
Back
Top