On 9 Oct 2009, at 4:07pm, BareFeet wrote: > If you are wanting to dynamically change the CurrentLanguage view in > everyday ongoing use, then you probably shouldn't. It's not generally > good to adjust the schema continually (ie drop and create a table or > view etc). You'd be better to redesign your data so that it's all in > one table, with the addition of a "Language" column.
I agree. The OP is obviously treating the 'table' parameter as if it was a column value, so make it a real column value. Simplifies things all round. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users