yvonne.milne
2014-05-13, 08:12
We had a recent question about using CREATE TRIGGER in Lianja.
Yes, Lianja does support CREATE TRIGGER. One thing to note - do not use double-quotes ("") within the AS <expression>, use single-quotes ('') or square brackets ([]) for strings.
In addition to the Visual FoxPro FOR DELETE | INSERT | UPDATE Triggers, Lianja supports additional Triggers 'after' operations: FOR DELETE | ONAFTERDELETE | INSERT | ONAFTERINSERT | UPDATE | ONAFTERUPDATE (http://www.lianja.com/doc/index.php/CREATE_TRIGGER).
You can also write trigger procedures within the Data Workspace:
689
Note that in the Data Workspace, Triggers are listed as onbeforeoperation and onafteroperation.
Regards,
Yvonne
Yes, Lianja does support CREATE TRIGGER. One thing to note - do not use double-quotes ("") within the AS <expression>, use single-quotes ('') or square brackets ([]) for strings.
In addition to the Visual FoxPro FOR DELETE | INSERT | UPDATE Triggers, Lianja supports additional Triggers 'after' operations: FOR DELETE | ONAFTERDELETE | INSERT | ONAFTERINSERT | UPDATE | ONAFTERUPDATE (http://www.lianja.com/doc/index.php/CREATE_TRIGGER).
You can also write trigger procedures within the Data Workspace:
689
Note that in the Data Workspace, Triggers are listed as onbeforeoperation and onafteroperation.
Regards,
Yvonne