Re: [sqlite] System.Data.SQLite version 1.0.80.0 released

2012-04-01 Thread Bernd Lehmkuhl
Here is a quick example that copies a small database from memory to disk: using System.Data.SQLite; namespace BackupAPI { class Program { public static void BackupAndGetData() { using (SQLiteConnection source = new SQLiteConnection( "Data Source=:memory:"))

Re: [sqlite] System.Data.SQLite version 1.0.80.0 released

2012-04-01 Thread Joe Mistachkin
Bernd wrote: > > Could you be so kind and post a small example of how to use the Backup > API from CSharp? I'm very interested in using it but have no clue how to > convert the C-example on https://www.sqlite.org/backup.html to working > CSharp code. > Here is a quick example that copies a

Re: [sqlite] System.Data.SQLite version 1.0.80.0 released

2012-04-01 Thread Bernd
Am 31.03.2012 20:45, schrieb Joe Mistachkin: System.Data.SQLite version 1.0.80.0 (with SQLite 3.7.11) is now available on the System.Data.SQLite website: http://system.data.sqlite.org/ Further information about this release can be seen at

[sqlite] System.Data.SQLite version 1.0.80.0 released

2012-03-31 Thread Joe Mistachkin
System.Data.SQLite version 1.0.80.0 (with SQLite 3.7.11) is now available on the System.Data.SQLite website: http://system.data.sqlite.org/ Further information about this release can be seen at http://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki Please post on the