If u wanna delete a tables. Use the drop sql in upgrade method in sqlitehelper sub class
在 2009-8-13 7:52 AM,"Emre A. Yavuz" <[email protected]> 说: Hi, Does anybody know how to DROP a database in Android ? I've tried ContextWrapper.deleteDatabase(), mDb.close(), mDbHelper.close() etc. methods with no luck so far. I tried to remove it using the shell, but I don't have the permission to do it. I was able to drop the TABLES etc. in the database that I had created but nothing further than that. Any help is appreciated. Cheers, Emre ------------------------------ More storage. Better anti-spam and antivirus protection. Hotmail makes it simple. <http://go.microsoft.com/?linkid=9671352> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

