Hi all,

I'm using SQLite with the ADO .NET - Povider and I'd like to create a
database in memory, insert data into it and then save it to a file (for
performance reasons). What's the best way to archive this? There's a
sqlite3_write_to_file() - function in the c-lib., but I haven't found
anything like that in the dotnet-library.

I've read that "ATTACH database ..." is the way to go, but that seems rather
cumbersome. Isn't there a better way? And if I have to use ATTACH, what
would be the best (and most flexible) way to copy the data to a file?

Cheers 
Henning
--
View this message in context: 
http://www.nabble.com/Dumping-Memory-DB-to-File-t1592559.html#a4321646
Sent from the SQLite forum at Nabble.com.

Reply via email to