Hi,
First of all I don´t know whether I've started that discussion in the proper place,so I'm sorry if I haven´t.... I have a problem with a dql statement, my aim is to insert into a table (la_tp_nif) a row with only 3 values in the columns: object_name, la_atr_ubicacion and la_atr_pre_ubicacion. The query I'm using is this one:
insert into la_tp_nif(object_name,la_atr_ubicacion,la_atr_pre_ubicacion) values('myname','newplace','oldplace')
But when I execute, an error occurs: Error occured during query execution :[DM_QUERY_E_TABLE_NO_ACCESS]error: "The table, dmadmin.la_tp_nif, is not registered or you do not have access to it."
I have full access to the table for select queries, why is this happening?
Thanks!