[android-developers] Table not present in the DATABASE_TABLE

2011-09-22 Thread sam
Hi Guys, I'm having a problem with adding a column in adding it to the table. @Override public void onCreate(SQLiteDatabase db) { // TODO Auto-generated method stub db.execSQL(CREATE TABLE + DataBase_Table + ( + KEY_ID + INTEGER

Re: [android-developers] Table not present in the DATABASE_TABLE

2011-09-22 Thread TreKing
On Thu, Sep 22, 2011 at 7:07 AM, sam hotdude...@gmail.com wrote: Am i going wrong somwere in adding the Column to the table . Have you tried reading the LogCat message you included in your post? -