[ad_1]
You should not use whitespaces in your column names.
change
public static String COLUMN_PRODUS = "Nume Produse";
into
public static String COLUMN_PRODUS = "NumeProduse";
[ad_2]
solved SQLiteLog: (1) near “Produse”: syntax error
[ad_1]
You should not use whitespaces in your column names.
change
public static String COLUMN_PRODUS = "Nume Produse";
into
public static String COLUMN_PRODUS = "NumeProduse";
[ad_2]
solved SQLiteLog: (1) near “Produse”: syntax error