Can I load a disk-database file (.db) to a in-memory database created by :memory: in Sqlite? I am using Mono, and Mono.Data.Sqlite is the library I am linking to. Does anyone know how to do that? or can 开发者_如何学编程anyone point me to a document for this library? Thanks!
-gb
you should use the SQLite Backup API. here is a couple of links.
Using the SQLite Online Backup API
Online Backup API
精彩评论