Michael,

The database try.db is created in the directory where I test this issue.
In this directory I edit the source file, compile it and execute the
test.

- If I use SQL 3.6.22 it runs well.
- I have the save issue if I put the datafile in:
* Ram disk (/tmp/)
* local disk
* my NFS home disk
- If I use ":memory:" it works.
- If I run the test() function directly in main() it works.
- If I create the try.db with SQL 3.6.22 and if I run the 3.7.5 with the
existing file, it works (I have added my query "IF NOT EXISTS" in the
table creation query)

Sylvain

-----Original Message-----
From: sqlite-users-boun...@sqlite.org
[mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Black, Michael
(IS)
Sent: Thursday, February 03, 2011 4:34 PM
To: General Discussion of SQLite Database
Subject: Re: [sqlite] Multithreading problem

Can you "su" as the owner you are are expecting and see if you can
delete it?
Maybe the directory permissions are messed up?

Michael D. Black
Senior Scientist
NG Information Systems
Advanced Analytics Directorate

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to