I am writing an app for android. I need to read a txt file and write the data in an SQLite file. I have managed to complete all the code, but the part where it should insert the
instead of db.insert() ... use db.insertOrThrow(), probably some constraint error.