When working with attached databases -- and also when using variables,
in which the namespace is specified (e.g. $::harryNameSpace::myVariable)
-- Tcl or the Sqlite package seems to baulk at interpreting the fullstop
(period) separating the database name from the table name, and also at
the colons in the variable name.

This forces me to send the command within double quotation marks, rather
than the braces, as is recommended, I believe.

Anyone else faced this problem, or know a work-around?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to