Hello, I build an application in VC++ platform and using SQLite to keep track details that used to update when the application runs. Sometimes the application is crashing when execte query to delete a row in a table (DELETE FROM table where column = 'field1'). the API uses is "sqlite3_exec()". How can I prevent application from crashing?, Is there any thing that I should do to make sure the SQLite DB is not corrupted? Actually I want to delete the SQLite DB if it is corrupted as it is not a critical data that we are storing.
I here with attaching the screen shot of stack trace of the program. Anyone please help me. Thanx in advance Regards Nithin
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

