[sqlite] Lock Database temporarily.

2013-01-08 Thread sants87
Hi I am using Sqlite3 for my application and I require to lock the database
from any third party modification. Accessing database is fine but I don't
want others to modify the same. i tried Sqlite encryption but that is not
available for free. Is there other ways to achieve the same?

Thanks

Santosh



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Lock-Database-temporarily-tp66434.html
Sent from the SQLite mailing list archive at Nabble.com.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Lock Database temporarily.

2013-01-09 Thread sants87
Thanks Simon/devienne

Donald,

I just want my app to use the database. But as the database resides in a
common easy accessible location I want to lock the database or prevent any
access to it.

I don't want other apps or even user using that database. I just want to
block the writes. I am fine with reads too.



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Lock-Database-temporarily-tp66434p66453.html
Sent from the SQLite mailing list archive at Nabble.com.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Lock Database temporarily.

2013-01-09 Thread sants87
Simon,

To answer your question, I want to stop modification when my app is not
running/alive.



--
View this message in context: 
http://sqlite.1065341.n5.nabble.com/Lock-Database-temporarily-tp66434p66454.html
Sent from the SQLite mailing list archive at Nabble.com.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users