Operation must use an updateable query?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm getting following message: "Operation must use an updateable query" when
I'm trying to insert some rows in table with:
insert into veza (id_adresa, id_grupa) select id_adresa, id_grupa from
veza_tmp;
Help.

Thanx
alek_mil
 
What object type is veza? Any chance it is a query combining several
tables? If yes, pls post back the query's SQL.

Nikos
 

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

Back
Top