I want to know if someone sees what do I do wrong? I try copy data from xml file to sqlite dababase
"INSERT INTO RecipeDB (RecipeID, Name, Origin, Category, Recipe, Favorite, Image) VALUES (" + [values from an arrayCollection]+" ) WHERE " arrayCollection[cnt].RecipeID + " NOT IN RecipeDB.RecipeID"
This is my schema last elemnt is blob format, Error tells me: sysntax error near “WHERE”.
Please help.
1 Answer