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 :, while compiling
SELECT _id , highscore FROM highscore
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---