R S <[EMAIL PROTECTED]> wrote:
> with Return Value 13.
> I checked my partition space and its usage is just 2% (Platform is Linux
> using SQLite 3.2.2).
> Also I am using Temp tables and periodically move data into my Main Table. I
> wondered if my Temp Table is full because strace on my process gave me
> messages like:
> access("/var/tmp/sqlite_MyjXYCDJGFYkfnc-journal", F_OK) = -1 ENOENT (No such
> file or directory)
> 
> However, I have some debug statements in my code which indicate that the
> failure is during insertion directly in the Main Table (Commit phase of that
> transaction).
> Any ideas?
> Thanks!

Do you have write permission on the directory containing the
database file?  That is necessary in order to write to the
database.
--
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to