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 [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

