VERY NICE!!!  You were right!

I tried ./filename and that did not work, then I tried
$_SERVER[DOCUMENT_ROOT]/path/filename BINGO!
Thanks for teh help.

jan zumwalt



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-tp33410065p33415854.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