Hello list,

 I am using SQLite version 3.4.0 and facing some strange problem

 My database file is located in a Read-Write folder and I can perform
insert/update/select from SQLite Shell. But I encountered error number 8
"attempt to write a read-only database file".

The strange thing is, I get this error when "BEGIN EXCLUSIVE TRANSACTION"
statement is executed, where I expect a SQLITE_BUSY or SQLITE_OK values, and
hence all my inserts within this transaction are failing with the same
error.


Are there any other situations that causes this error to appear?

Waiting for your valuable inputs.

Thanks & Regards,

Bharath

PS: There is only one single process accessing the database at a given time.



-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an 
intended recipient, please notify the sender and delete all copies. Emails to 
and from our network may be logged and monitored. This email and its 
attachments are scanned for virus by our scanners and are believed to be safe. 
However, no warranty is given that this email is free of malicious content or 
virus.


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

Reply via email to