[DB-SIG] SQLite Problem
Kyle VanderBeek
kylev at kylev.com
Thu Jun 25 23:19:40 CEST 2009
> conn = sql.connect("data_temp")
You're going to want to be more explicit here. The current working
directory may not be the same when running under a web server, so
specify a full path to the DB file. Also, ensure that the user the
web server is running as has appropriate permissions to said file.
--
kylev at kylev.com
Some people have a way with words, while others... erm... thingy.
More information about the DB-SIG
mailing list