in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

Delete multiple tables

Last post 03-11-2008 11:38 AM by esk. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 03-11-2008 10:36 AM

    • esk
    • Top 500 Contributor
    • Joined on 03-08-2008
    • Posts 3

    Delete multiple tables

    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.

  • 03-11-2008 11:12 AM In reply to

    Re: Delete multiple tables

    System.IO.File.Delete(databaseFile);

    Create new file 

  • 03-11-2008 11:38 AM In reply to

    • esk
    • Top 500 Contributor
    • Joined on 03-08-2008
    • Posts 3

    Re: Delete multiple tables

    thank you !

    I am new to C#.net and SQLite ! :) :) :)

Page 1 of 1 (3 items)
Powered by Community Server (Commercial Edition), by Telligent Systems