> 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, Russell A <[email protected]> wrote: > 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 > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

