Operation must use an updateable query?

A

alekm

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
 
N

Nikos Yannacopoulos

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

Nikos
 
Top