I had a similar problem where my newly coded sqlite data base, could not be found by insert(), even though it was creating it itself. The reason was that before that, I have played a bit with sql creating similar database, and it was stored in app cach data, I cleaned the cach and it solved the problem.