[sqlite] Trigger Variables

2010-10-07 Thread Russell A
I'm porting an Interbase DB to SQLIte and wondered if there is any way to store temporary values within a trigger? Any help appreciated.Slurcher. ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Trigger Variables

2010-10-07 Thread Pavel Ivanov
I'm porting an Interbase DB to SQLIte and wondered if there is any way to store temporary values within a trigger? No. You should use (temporary) tables created outside the trigger for that. Or you can move the trigger logic into your application. Pavel On Thu, Oct 7, 2010 at 4:26 AM,