I use PDF-PDO to create and populate sqlite tables as a backup  - each 
time the backup process is run
I get a table is locked error. Deleting the sqlite db allows the process 
to run without error.

After the db is created I chmod the file to "0775";

I notice the result is ...

-rwxrwxr-x 1 apache apache 9411584 2008-11-21 09:23 mzdb.sqlite

Could it be that the reason for the "table lock" is due to file permissions?

If not what could cause the table to remain locked after being populated ?

-- 
*Ben Marchbanks*

www.magazooms.com <http://www.magazooms.com/>
Signature
Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Phone: (864) 284.9918
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to