Tema: Eventos
Ver Mensaje Individual
  #1  
Antiguo 13-10-2003
xerkan xerkan is offline
Miembro
 
Registrado: jun 2003
Posts: 89
Reputación: 21
xerkan Va por buen camino
Eventos

Quiero hacer un evento en la base de datos firebird y cuando le digo al dephi q e ejecute este script:

CREATE TRIGGER MOD_ACTIVIDAD FOR "Actividades"'
AFTER INSERT
AS
BEGIN
POST_EVENT "ACTIV_NUEVA";
END;

Me sale el siguiente error:

ISC ERROR MESSAGE:
Dynamic SQL Error
SQL error code = -104
Unexpected end of command

Imagino q me hara falta algo para finalizar el comando pero no se q sera.
Responder Con Cita