I have used code on this link which gave me errormessage that
BackupDatabase() does not exists in System.Data.Sqlite.SqliteConnection
Is there any Sqlite query to backup or export Sqlite database. And then restore it again
I want to export database on one system and then import it in another system for same windows application installed on both systems. I want to implement this activities on button click.