1

I have this error in my onCreate. Any ideas what this means and how I rectify it?

        @Override
    public void onCreate(SQLiteDatabase db) {

        try {
        db.execSQL(TABLE_CREATE);
        }
        catch(SQLException e)
        {
        e.printStackTrace();
        }
    }
NicolaBA
  • 85
  • 2
  • 14

0 Answers0