Andrea Connell wrote:
> 
> I am still holding a shred of hope for a trigger that can
> recreate the view whenever the questions table is modified 
> 

I wouldn't hold much hope for that. Triggers can only execute insert, 
update, delete, or select SQL statements. There is no way to execute a 
create table or create view command.

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

Reply via email to