Datatype mismatch (code 20) while inserting
问题 In my project im using sqlite database to save pictures and their locations. i get this error while trying to insert the data into my database: E/SQLiteLog: (20) statement aborts at 5: [INSERT INTO PHOTO VALUES(NULL,?,?,?,?)] datatype mismatch D/AndroidRuntime: Shutting down VM E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.tomer.finalproject, PID: 18550 android.database.sqlite.SQLiteDatatypeMismatchException: datatype mismatch (code 20) at android.database.sqlite