-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
Having Problems With the MyGroceryList code.
public void onCreate(SQLiteDatabase db) {
String CREATE_GROCERY_TABLE = "CREATE TABLE " + Constants.TABLE_NAME + "("
+ Constants.KEY_ID + " INTEGER PRIMARY KEY," + Constants.KEY_GROCERY_ITEM + " TEXT,"
+ Constants.KEY_QTY_NUMBER + " TEXT,"
+ Constants.KEY_DATE_NAME + " LONG);";
I have typed it correctly but The SQL code goes orange and causes the app to not work?
db.execSQL(CREATE_GROCERY_TABLE);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels