[sqlite] Podcast with Dr Hipp: SQLite history, success and funding

2016-05-16 Thread Objective C
Hi sir, In fact, i have an issue with SQLite database Restore using c# i'm coding a button which can restore an existing SQLite database with ' *.db*' extension i wonder if you can guide me please, i'll ber very grateful Sincerely yours Hashim 2016-05-16 19:08 GMT+00:00 Roger Binns : > On 16/05/1

[sqlite] Podcast with Dr Hipp: SQLite history, success and funding

2016-05-16 Thread Objective C
(); destination.Open(); source.BackupDatabase(destination , "main", "main" , -1 , null , 0 ); source.Close(); 2016-05-16 22:05 GMT+00:00 Kees Nuyt : > On Mon, 16 May 2016 19:14:01 +, Objective C > wrote: > > > Hi sir, > > In fact, i have an issue with SQLite database R