>ATTACH DATABASE ?1 as sysDB

AFAIK you can't use parameter binding for anything else than litteral 
values.

It makes sense since it would be impossible for the parser and 
optimizer to evaluate and produce run-time code for a statement without 
knowing beforehand which database or column the statement actually 
refers to. 



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

Reply via email to