hello,
i'm using DOA 4 beta
here is my query :
select pgs.rowid, pgs.*, p.nom_pers, p.prenom_pers
from GT_PERS_GERE_SERV pgs, GT_PERSONNEL p
where cod_serv = :cod_serv
order by NOM_PERS, PRENOM_PERS
i have the updating table property to GT_PERS_GERE_SERV
the problem is that when i insert a...