[Solved] SQLiteLog: (1) near “Produse”: syntax error


You should not use whitespaces in your column names.

change

public static String COLUMN_PRODUS = "Nume Produse";

into

public static String COLUMN_PRODUS = "NumeProduse";

solved SQLiteLog: (1) near “Produse”: syntax error