hi im using Before TRIGGER for validation PURPOSE (before inserting)

i just want to know , is there any way to use the same trigger for UPDATE
also.

ex:
    create trigger Testing before insert or update on testTable
    begin 
    end;


is it possible to have[insert or update] ?

Bala


-- 
View this message in context: 
http://old.nabble.com/Doubt-in-Trigger-tp26421342p26421342.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to