[android-beginners] Re: Storing Data to database

2008-10-03 Thread sarika
yes got it ... its working now thanks On Sep 29, 5:00 pm, Mark Murphy [EMAIL PROTECTED] wrote: sarika india wrote: as i am using following SQLiteDatabase.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_HIGHSCORE}, null, null, null, null, null); at this point i am

[android-beginners] Re: Storing Data to database

2008-09-29 Thread Mark Murphy
sarika india wrote: as i am using following SQLiteDatabase.query(DATABASE_TABLE, new String[] {KEY_ROWID, KEY_HIGHSCORE}, null, null, null, null, null); at this point i am getting following errors : Caused by : android.database.SQLiteExceptions : no such table highscore :,