Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/10/2009, 07:38
jc3000
 
Fecha de Ingreso: junio-2007
Mensajes: 891
Antigüedad: 16 años, 10 meses
Puntos: 43
Respuesta: inserción con control de integridad

LOOP
begin
INSERT INTO tablaC
(campoA, campoB)
VALUES (cprueba_rec.reg1,
cprueba_rec.reg1);
exception
when others then LOQUESEA;
end;

END LOOP;