Hallo,
habe zwar keine Ahnung von SQLite aber schau mal hier:
http://stackoverflow.com/questions/6...rent-databases
Da wird einmal
attach database database1.db as db1;
attach database database2.db as db2;
und ein Anderer schrieb
attach 'database1.db' as db1;