On 13 Dec 2009, at 5:45pm, FrankLane wrote:

> Hi Simon - I don't know how to access the database created by my php program,

The database is whatever file you specified when you created the database:

try { $dbHandle = new PDO('sqlite:'."/Users/me/junk.sqlite"); }

So your database file is the file

/Users/me/junk.sqlite

But are you certain that this file exists ?  Please check to see it exists and 
use the sqlite3 commend-line tool to see whether the right data exists in it.

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

Reply via email to