Reputation: 3235
One of my tables in my SQLite database is returning this error code below:
sqlite returned: error code = 17, msg = prepared statement aborts at 32[sql statement]
As far as I know, the data was successfully inserted. Is this something I should be concerned about? Or is it just a false error? Based on this post, it says:
The database schema changed
What exactly does it mean? Any suggestions?
Upvotes: 6
Views: 4044
Reputation: 4643
I'm getting the same error. Are you dropping your database and then re-populating it? This "warning" appears when I wipe out my database and then insert about 200 rows again ... but all works fine. It's strange. There is a thread in the sqlite forum about this.
Upvotes: 1
Reputation: 2628
Try insetting more elements it seems false error, once you inserted values your database schema recognized and stops giving this false error..
Upvotes: 2