Re: [sqlite] Program crashes on delete row in SQLite db table

2008-11-10 Thread Joshua Paine
Attachments don't work on this mailing list, so please post the image online somewhere and send a link. -- Joshua Paine LetterBlock: Web applications built with joy http://letterblock.com/ 301-576-1920 ___ sqlite-users mailing list sqlite-users@sq

[sqlite] Program crashes on delete row in SQLite db table

2008-11-10 Thread Nithin John
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()". Ho