Since sqlite uses a journal to do updates and inserts (and creates it on the fly), you ALSO must have write permissions set for the web server to write in the same DIRECTORY as the database file.
![]() | sqlite_open说明resource sqlite_open ( string filename [, int mode [, string &error_message]] )Object oriented style (constructor): class SQLiteDatabase {__construct ( string filename [, int mode [, string &error_message]] ) } Opens a SQLite database or creates the database if it does not exist. 参数
范例
注释
![]()
ivoras at fer dot hr
27-May-2004 01:46
Since sqlite uses a journal to do updates and inserts (and creates it on the fly), you ALSO must have write permissions set for the web server to write in the same DIRECTORY as the database file.
| ![]() |