On Wed, 12 Feb 2014 11:31:05 +0100, Pawe? Salawa
<[email protected]> wrote:
> - open database A and attach database B:
> ATTACH 'database_b.db' AS 'attached';
This is not the main cause, but that should be:
ATTACH 'database_b.db' AS attached;
(attached should not be a literal but an identifier, just like
table names and column names.)
--
Groet, Cordialement, Pozdrawiam, Regards,
Kees Nuyt
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users