http://php.isu.edu.tw/manual/hk/ref.sqlite.php
If you get an error message:
Warning: sqlite_open() [function.sqlite-open]: file is encrypted or is not a database
then most probably your code is accessing a SQLite3 database.
sqlite_open() only supports SQLite2. Use PDO to access SQLite3.
全站熱搜
留言列表