PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM20] Replication server with  triggers
[WM20] Replication server with triggers
Iniciado por J1517, 12,ene. 2018 18:23 - No hay respuesta
Publicado el 12,enero 2018 - 18:23
hello

I'm using Windev Mobile 20 and I do a replication on the server of HFSQL C/S, on this replication I will Call it ServerRepli I do some modifications on the data on the ServerA (the original) I have some triggers, those triggers activate when a modification on a table is activate on ServerA, the same table on ServerA is on ServerRepli.

The thing is that the trigger doesn´t activate when I do a modification on ServerRepli

PD: the trigger is on ServerA and do not activate when it was a modification on ServerRepli

thanks.