"Francesco Andrisani" <[EMAIL PROTECTED]> wrote:
> Hi comunity,
> i'm writing CGI pages (writeen in ANSI C) with SQLITE3 support, all work fine 
> using "SELECT" statement, but when i try to exec "UPDATE" or "INSERT" 
> statement i've the follow error:
> 
> unable to open database file
> 
> I've set all data base fle permission, but it don't work.
> 

Make sure your CGI process has write permission on
the directory that contains the database file.
Write permission on the directory is necessary in
order for SQLite to create a temporary rollback
journal.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to