If there are around 1000 tables created in the SQLite database using create statement, how do I delete all the tables in the schema (database) so that my database has no tables in it.
System.IO.File.Delete(databaseFile);
Create new file
thank you !
I am new to C#.net and SQLite ! :) :) :)