shengJie於 2012年6月6日星期三UTC+8上午1時53分25秒寫道: > > then i got two table android_metadata and record > ================ > sqlite> .tables > android_metadata record > sqlite> >
problem solved!!!!!!!!!!!!!!!!!!!!!!!!!!! tks for all i try go get rid of android_metadata and i pass it !!! ======================== @Override public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) { // TODO Auto-generated method stub db.execSQL("DROP TABLE IF EXISTS record"); db.execSQL("DROP TABLE IF EXISTS android_metadata"); onCreate(db); } } ======================= -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en