[sqlite] trigger problem... [2nd try]

2003-11-27 Thread Vectra Jr.
Hi, I'm trying to write a trigger but I'm having problems. Because SQLite itself doesn't enforce FK constraints I'd like to do this myself using a trigger and I tried the following, but I'm not getting there, CREATE TRIGGER Insert_Active BEFORE INSERT ON Active FOR EACH ROW BEGIN SELECT CASE WHEN

[sqlite] trigger problem...

2003-11-13 Thread _vectra
Hi, I'm trying to write a trigger but I'm having problems. Because SQLite itself doesn't enforce FK constraints I'd like to do this myself using a trigger and I tried the following, but I'm not getting there, CREATE TRIGGER Insert_Active BEFORE INSERT ON Active FOR EACH ROW BEGIN SELECT CASE WHEN