-- Deleting TCONSTRAINTSRESULTADO... delete from tConstraintsResultado where constraintname='FKIMPDOCFORMREP'; -- Deleting TCONSTRAINTSRESULTADOID... delete from tConstraintsResultadoId where constraintname='FKIMPDOCFORMREP'; -- Loading TCONSTRAINTSRESULTADO... insert into tConstraintsResultadoId values('FKIMPDOCFORMREP','2291','505492'); -- Loading TCONSTRAINTSRESULTADO... insert into tConstraintsResultado (CIDIOMA,CONSTRAINTNAME,FHASTA,VERSIONCONTROL,FDESDE,DESCRIPCION) values('ES','FKIMPDOCFORMREP',to_timestamp('2999-12-31 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),0,to_timestamp('2002-05-01 00:00:00.000000','yyyy-mm-dd hh24:mi:ss.ff'),'NO EXISTE REFERENCIA DE TIMPRIMIRDOCUMENTOS EN TFORMATOREPORTEID'); commit; -- Done.