I don't know if you can drop a database but just drop all of its tables, its basically the same thing. If you need to use the database for something else, just create new tables, or a new database, which is just another database under a different name. I don't know how much space an empty database takes up but it can't be much.
On Apr 2, 9:54 am, Zhubham <[email protected]> wrote: > Hi, > > I need to introduce a menu option on clicking which the > wholeSQLitedatabasefile stored at "data/data/com.company.packName/databases/" > gets deleted. Using DROP TABLE command would only delete the table > under a particulardatabase. > > How can i achieve this?? > > Thanks in advance. > > Best Regards, > Zhubham --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

