Hi, We are using sqlite for our embedded automotive system based on QNX. We have a requirement to check whether database is corrupted on start-up and replace it with default database if such a scenario happens.
For Sqlite database, as per my understanding, implementing pragma integrity_check won't guarantee all errors to be detected. Are there any recommendations/best practices you suggest to check for corruption? For eg:- CRC or hashing or ping pong technique? Please share some thoughts on this.. Thanks, Lullaby _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users