sasikuma...@tcs.com wrote:
> I'm using SQLite DB version 3.6.12. I recently read about the feature of
> In-Memory Database and tried to implement it. I was able to create a new
> DB connection in memory, able to create a table and insert some set of
> records into the memory DB.
> 
> How should I now transfer those records into the real table in the real
> DB, someone kindly assist and guide me.

http://www.sqlite.org/backup.html

Note that Backup API is an experimental feature introduced in some very recent 
SQLite version (I don't remember which exacly).

Igor Tandetnik


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to