I'm using SQLite in android. I want to drop the database.
For example: mysql- drop database dbname
mysql- drop database dbname
How do I implement this code in SQLite?
to delete your app database try this:
this.deleteDatabase("databasename.db");
this will delete the database file
1.4m articles
1.4m replys
5 comments
57.0k users