I am using a SQLITE database through sqlite3 interface (not CoreData). It retrievs data from a table with 2 binding variables. It works fine until some kind of run time event makes it stop working. It returns no rows. This was due to the fact that return value of 101 which corresponds to SQLITE-DONE instead of SQLITE_ROW. It was returning 100 all along and suddenly returns 101. No changes were made to either the database table or the application. I was able to retrieve the records using SQLite Manager add-in for Firefox browser.
Last time it happened I dropped the table and recreated it with data. It mysteriously started working. I did samething this time with no success.
Any insights ?
Thx
Sundar
Last time it happened I dropped the table and recreated it with data. It mysteriously started working. I did samething this time with no success.
Any insights ?
Thx
Sundar