As a follow up...

Sqlite finds the first db fine useing a relative path but the ATTACH command
needs the FULL PATH. Ugg!



Are you sure it's really opening the DB you think it's opening?  I think
SQLite will create the file if it's not there, and you'll have nothing in
it.

Perhaps you should try it and specify the complete path, just in case.  I
don't know if the PDO object looks for the file before opening it.

Marc

-- 
View this message in context: 
http://old.nabble.com/accessing-multiple-databases-tp33410065p33415881.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to