Re: [sqlite] [perl] unable to open database file

2008-12-19 Thread Ribeiro, Glauber
er 18, 2008 1:31 AM To: sqlite-users@sqlite.org Subject: [sqlite] [perl] unable to open database file DBD::SQLite::st execute failed: unable to open database file(14) at dbdimp.c line 423 1. I use root to run the program. 2. I try to chmod 777 -R directory. But the error is still e

Re: [sqlite] [perl] unable to open database file

2008-12-18 Thread Jim Dodgen
see if you can open the sqlite file from the command line with sqlite3 On Wed, Dec 17, 2008 at 11:30 PM, LUKE wrote: > DBD::SQLite::st execute failed: unable to open database file(14) at dbdimp.c > line > 423 > 1. I use root to run the program. > 2. I try to chmod 777

[sqlite] [perl] unable to open database file

2008-12-18 Thread LUKE
DBD::SQLite::st execute failed: unable to open database file(14) at dbdimp.c line 423 1. I use root to run the program. 2. I try to chmod 777 -R directory. But the error is still exist. How to debug the program? ___ sqlite-users mailing list